iphone - UIProgressView unprogressed color -


i have uiprogressview want image. have set progress color not sure set unprogressed color (white color in image).

enter image description here

here simple solution myself found on exploring properties uiprogressview :

progressview.tracktintcolor = [uicolor whitecolor];   

Comments

Popular posts from this blog

Glib GIOChannel -

All overlapping substrings matching a java regex -