StepSlider icon indicating copy to clipboard operation
StepSlider copied to clipboard

StepSlider its custom implementation of slider such as UISlider for preset integer values.

Results 6 StepSlider issues
Sort by recently updated
recently updated
newest added

How about adding feature that we can set trackCircleColor by state. I know there's private logic can get/set `trackCircleColor`. What about make this method as public like `- (void)setTrackCircleImage:(UIImage *)image...

enhancement

not sliding only only responding or moving while tapping on dots.

can't reproduce

Please Can you support RTL ?

enhancement

@spromicky steps to reproduce: 1. setup a step slider with 5 steps (1, 2, 3, 4, 5) 2. set the slider to update tint color on `UIControlEvent.valueChange` based on returned...

enhancement

WISHFUL FUNCTION: 1、slide like UISlider 2、can set min & max value 3、can set step,like slide on step 1 or 2 every time I would like you to add these functions,...