Closed khusro017 closed 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.
Thank you.
did you fix it ?
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.
Thank you.