Closed MourinhoLove closed 5 years ago
The starting position of the circular progress is from the top. Just like the 12 o'clock position. Can I change the starting position? For example, starting at 6 o'clock
Hi @MourinhoLove, it is quite simple actually - just use progressView.transform = CGAffineTransform(rotationAngle: .pi).
progressView.transform = CGAffineTransform(rotationAngle: .pi)
The starting position of the circular progress is from the top. Just like the 12 o'clock position. Can I change the starting position? For example, starting at 6 o'clock