Anirudha Mahale
Anirudha Mahale

Reputation: 2596

UISlider Animation using MMSegmentSlider

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.

Here is the image

Link to the library MMSegmentSlider

Please help, Thanks in advance.

Upvotes: 0

Views: 123

Answers (1)

Anbu.Karthik
Anbu.Karthik

Reputation: 82769

you can get the property from MMSegmentSlider

enter image description here

use like for change the color

self.segmentSlider.selectedValueColor = UIColor(patternImage: UIImage(named: "red.png")!)

Upvotes: 2

Related Questions