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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -