yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics

Home Page:http://yannickloriot.com/library/ios/ylprogressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Right to left support

khusro017 opened this issue · comments

Hi,
Is there any support for right to left applications. I am able to rotate the progress bar but with that the progress indicator also got mirrored.
I tried to rotate the progress bar with :

progressBar.transform = CGAffineTransform(rotationAngle: CGFloat(M_PI))
self.progressBar.indicatorTextLabel.transform = CGAffineTransform(rotationAngle: CGFloat(-M_PI))

then the text label indicator also got mirrored and i am not able to undo that i.e only to rotate the progress bar, not the label.
screen shot 2017-11-21 at 5 33 23 pm

Thank you.

did you fix it ?