MSCircularSlider
MSCircularSlider copied to clipboard
A fully-featured, powerful circular slider for iOS applications
I have some requirement like selecting color from color picker (semi circle rainbow pallette). If it is possible to have gradient color as unfilled color, and clear color for filled...
When adjusting the minimum and maximum values the range always starts at 0 even if the minimum value is set to a higher value. Is there a way to set...
I have a circular slider with values between 0-100. dragging very close to the start point, values jump from 0 - 97 (making it go in reverse direction). How do...
When I am giving the frame of slider according to the parent view then the frame of slider not set properly as in the below screenshot, kindly respond me. ![Simulator...
I couldn't create MSCircularSlider programmatically. I looked at your code and found that you didn't add `public` in your `init(frame: CGRect)` at line 430 of MSCircularSlider.swift.
I would like to request that the library supports Swift Package Manager. Thanks!
Hi - The circular slider is amazing! I've noticed recently it does not cleanup properly and creates memory leaks. There seems to be a circular (no pun intended) reference somewhere...
Hey first of all thank you for this repo, it's brilliant and you made it super clear and easy to use. I used an image as the handle and what...
Firstly, I wanted to say, this is a brilliant repo! I'm trying to animate the thumb size when a user starts interacting with the slider. (Similar to that of the...