maxkonovalov / MKRingProgressView

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

Anticlockwise Support #49

Closed iamsanketray123 closed 5 years ago

iamsanketray123 commented 5 years ago

Could you please support anticlockwise direction? This is a quite common requirement.

maxkonovalov commented 5 years ago

You can simply use progressView.transform = CGAffineTransform(scaleX: -1, y: 1)

maxkonovalov commented 5 years ago

Duplicates #36