Tatsi icon indicating copy to clipboard operation
Tatsi copied to clipboard

Finish and Album button are not visible due to the white color

Open ishtiakahmed91 opened this issue 5 years ago • 3 comments

Simulator Screen Shot - iPhone Xʀ - 2019-10-28 at 15 45 18

Please take look on this issue. Moreover, I clone the repository but it does not build due to this - TatsiColors Type 'UIColor' has no member 'systemBackground' Type 'UIColor' has no member 'link' ....

ishtiakahmed91 avatar Oct 28 '19 15:10 ishtiakahmed91

@ishtiakahmed91 what version of iOS are you trying to run on?

On the second issue: These build errors exist because you are using Xcode 10 instead of Xcode 11 with the iOS 13 SDK. . systemBackground and .link are iOS 13 features. However, the library is still compatible with iOS 10, you just need to use Xcode 11 for compilation.

renssies avatar Oct 28 '19 17:10 renssies

I am using currently Xcode 10, I will update to Xcode 11 and let you know. Thank you very much for your quick feedback.

ishtiakahmed91 avatar Oct 28 '19 19:10 ishtiakahmed91

I've submitted a PR which fixes the colour customisations: https://github.com/awkward/Tatsi/pull/32

pallzoltan avatar Nov 08 '19 13:11 pallzoltan