label - Custom progress bar in ios -


i trying make custom bar label , progress bar adjust according each other's width..is there open source code this.

enter image description here

right using built in progress bar don't know how adjust progress bar , text relative progress bar length.

    cell.candidatespollprogress.backgroundcolor = [uicolor bluecolor];     cell.candidatespollprogress.progresstintcolor = [uicolor bluecolor];     cell.candidatespollprogress.tracktintcolor = [uicolor bluecolor]; 

where start?any appreciated.

inorder make ui of screenshot shared, need use uiview background color instead of uiprogressview. set uilabel(percentage text)'s leading space constraint uiview(progress view)'s trailing end. adjust uiview's width (progressvalue)/(maxvalue) * (max width of progress view)


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -