Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ishtiakahmed91 opened this issue Oct 28, 2019 · 3 comments
Open

Comments

@ishtiakahmed91
Copy link

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'
....

@renssies
Copy link
Contributor

@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.

@ishtiakahmed91
Copy link
Author

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

@pallzoltan
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants