justinmeiners / ios-color-wheel

A fully scalable, dynamically rendered color wheel for iOS.
82 stars 15 forks source link

Set a color to Color Wheel #12

Closed jrosales90 closed 5 years ago

jrosales90 commented 5 years ago

I have rgb slider, and I need to update the Color Wheel with a new color, but your class not have method to update color, or has it? Thanks for the class, is amazing.

justinmeiners commented 5 years ago

@Jarboox It does the method is:

- (void)setCurrentColor:(UIColor*)color
jrosales90 commented 5 years ago

Thanks, I did found it.