You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick way to do it is using CATransform3DMakeScale: self.circularProgressView.layer.transform = CATransform3DMakeScale(-1, -1, 1); and it starts from bottom (6 o'clock).
I want to change the start and end position of the circular progress view. How can I do that? Thanks
The text was updated successfully, but these errors were encountered: