chrs1885/SheetyColors

Add custom action sheet extensions (iOS 13 Support)

chrs1885 opened this issue · 1 comments

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?

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.