Open JeromeTW opened 7 years ago
Something like colorPicker.set(UIColor.red) and then all UI will update without setup all stuff again.
colorPicker.set(UIColor.red)
I like the Color picker, it's easy to use, thank you so much.
Glad you like it! Yeah something like that should be easy to implement. Will do it as soon as I find the time.
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.