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.
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
Post a Comment