yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
http://yannickloriot.com/library/ios/ylprogressbar/
MIT License
1.28k stars 186 forks source link

Label text should not move with progress. #37

Open SushilSharma12 opened 8 years ago

SushilSharma12 commented 8 years ago

I want text to be center aligned. As it moves left to right with progress in progress bar. Is there any way to make Label static in center.

yannickl commented 8 years ago

For the moment no, there is no way to keep the label in the middle. I can examine the proposition to add it in the next version.