chrs1885 / SheetyColors

An action sheet styled color picker for iOS.
MIT License
106 stars 14 forks source link

Add custom action sheet extensions (iOS 13 Support) #5

Closed chrs1885 closed 5 years ago

chrs1885 commented 5 years ago

As a result of #3

What kind of feature would you like to see?

Add extensions to make SheetyColors work with other alert view libs. This way devs can add iOS 13 support by choosing any custom alert view for displaying the picker.

How does it work in detail?

Add extensions to wrap the SheetyColorsView inside the custom alert view controller.

What does the API look like?

Same as the existing API

Any existing projects that do something similiar?

-

chrs1885 commented 5 years ago

I tried a couple of custom UI AlertViewController libs but none of them either supported the look and feel of the system dialog or didn't have any bugs =) However, I came across a different approach that will let us display the color picker inside a UIAlertViewController on iOS 13.