maxkonovalov / MKRingProgressView

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

Error compiling with Xcode 10 GM / Swift 4.2 - UIAccessibilityTraitUpdatesFrequently #42

Closed wilmarvh closed 6 years ago

wilmarvh commented 6 years ago

This PR checks the Swift version in use and conditionally compiles UIAccessibilityTraits.updatesFrequently correcrtly for Swift >=4.2 or fallback to the current implementation for older versions.

It also bumps the podspec version for a new.

maxkonovalov commented 6 years ago

@wilmarvh thank you!