MSColorPicker
MSColorPicker copied to clipboard
Color picker component for iOS
The MSColorPicker is so good, but i need to use the color wheel. Is possible? For example, i have a a view in my view controller, and need to put...
Conditionally set the MSColorSelectionView background color based on iOS version in order to set it appropriately for dark mode.
Added colorViewMode property to allow the color selection mode to be set programmatically. This allows one to set the initial view mode to HSB if they wish.
I made a swift version of MSColorPicker - [EFColorPicker](https://github.com/EyreFree/EFColorPicker), and thanks for your work.
* fixes crash on iPhone5 (Simulator) when MSColorSelectionViewController.color is initially set.