johankasperi / SwiftHSVColorPicker

Simple HSV Color Picker for iOS written in Swift.
MIT License
95 stars 34 forks source link

Can we have a set color fucntion? #14

Open JeromeTW opened 7 years ago

JeromeTW commented 7 years ago

Something like colorPicker.set(UIColor.red) and then all UI will update without setup all stuff again.

I like the Color picker, it's easy to use, thank you so much.

johankasperi commented 7 years ago

Glad you like it! Yeah something like that should be easy to implement. Will do it as soon as I find the time.