Closed iraj-wisilica closed 9 years ago
I am trying to modify the y position of the brightness slider. I have modified KZColorPickerBrightnessSlider *slider = [[KZColorPickerBrightnessSlider alloc] initWithFrame:CGRectMake(24,277,272,38) but It remains in the same position.
The location is fixed in -LayoutSubviews, Take a look at
In KZColorPicker.m
Thank you. I will look into it.
It works like a charm
I am trying to modify the y position of the brightness slider. I have modified KZColorPickerBrightnessSlider *slider = [[KZColorPickerBrightnessSlider alloc] initWithFrame:CGRectMake(24,277,272,38) but It remains in the same position.