awkward / Tatsi

A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos
MIT License
110 stars 30 forks source link

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

Open ishtiakahmed91 opened 4 years ago

ishtiakahmed91 commented 4 years ago

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 commented 4 years ago

@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 4 years ago

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 4 years ago

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