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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -