iphone - How to change the thumb of my Slider and the Bar with particular image -


in app have slider need customize. have pictures want put on bar , thumb of slider. can me this?

thanks,

did in documentation? uislider has several methods change appearance:

setminimumtrackimage:forstate: setmaximumtrackimage:forstate: setthumbimage:forstate: 

if that's not enough needs (e.g. because 1 image per slider element not enough), you'll have subclass uislider , draw slider yourself.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -