Reputation: 2596
I have found an amazing UISlider library but i want to know if I can put images in those circles or just images in their place.
Link to the library MMSegmentSlider
Please help, Thanks in advance.
Upvotes: 0
Views: 123
Reputation: 82769
you can get the property from MMSegmentSlider
use like for change the color
self.segmentSlider.selectedValueColor = UIColor(patternImage: UIImage(named: "red.png")!)
Upvotes: 2