-
Notifications
You must be signed in to change notification settings - Fork 155
Description
Your Color Picker is very easy to use to compare others. But I want to use only circle colour picker, I have a UIView in that view I want to display this circle Color Picker in centre with out slider (beside the circle color picker). Is it possible? If yes please guide me.
In ColorPicker class I tried to hide addSubview(brightnessSlider) and addSubview(colorMapCursor) in private func setup() . But it is not working.
For example see my image, I want total view like this...
Here I wan to remove slider completely and adjust the color circle in to centre of the view (OR) at least hide slider and adjust the color circle in to centre of the screen.
And how to stop continuous reading values from ColorPicker? Which means I want to call this handleColorChanged function only one time that is last value. Because of I want to call one more function in to this.
Thank you.