maxkonovalov / MKRingProgressView

⭕️ Ring progress view similar to Activity app on Apple Watch
MIT License
1.57k stars 136 forks source link

Start position change? #58

Closed MourinhoLove closed 5 years ago

MourinhoLove commented 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

maxkonovalov commented 5 years ago

Hi @MourinhoLove, it is quite simple actually - just use progressView.transform = CGAffineTransform(rotationAngle: .pi).