Finish and Album button are not visible due to the white color
ishtiakahmed91 opened this issue · 3 comments
ishtiakahmed91 commented
renssies commented
@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 commented
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 commented
I've submitted a PR which fixes the colour customisations: #32