How can I make step slider like this in swift?
there is selected and unselected image for steps on track and custom view (UILabel or UIView) for thumb.
Any help will be appreciated.
How can I make step slider like this in swift?
there is selected and unselected image for steps on track and custom view (UILabel or UIView) for thumb.
Any help will be appreciated.
take a look this library same result as you mentioned in question but if you want to use this in swift then install pod for this library and use that.. or if you want to use this manually after adding such files in a project then you can use bridging header file to convert obj c files function to swift.