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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

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

All overlapping substrings matching a java regex -