awkward/Tatsi

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

ishtiakahmed91 opened this issue · 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 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.

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

I've submitted a PR which fixes the colour customisations: #32