chrs1885 / SheetyColors

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

iOS 13 support #7

Closed chrs1885 closed 5 years ago

chrs1885 commented 5 years ago

Issue information

The component was lacking iOS 13 support. The color picker view inside the action sheet was rendered transparent.

Goal

Support iOS 13 in the same way we supported previous iOS versions

Implementation

Instead of replacing the message view of an UIAlertViewControllerwith the color picker view, make use of the contentViewController key path.

Testing

Run unit tests.

chrs1885 commented 5 years ago

Fixes #3