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

Support for vertical progress bar #15

Closed Dragsbaek closed 10 years ago

Dragsbaek commented 10 years ago

Any way of tweaking the progress bar to support a vertical orientation?

yannickl commented 10 years ago

Hi,

For the moment there is no way to have a vertical orientation expect using a CGAffineTransformRotate transform.

May be a new feature for the future.

fukemy commented 6 years ago

HI. Now do you supported vertical mode?