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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

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