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

Right to left support #60

Closed khusro017 closed 6 years ago

khusro017 commented 6 years ago

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.

Khaled-elsedek commented 3 years ago

did you fix it ?