kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift
MIT License
1.21k stars 217 forks source link

fixing crash iOS 9 #117

Closed brunolimam closed 4 years ago

brunolimam commented 4 years ago

The init coder is crashing on iOS 9 because of ! at super.init

kaandedeoglu commented 4 years ago

Thank you!

shadowwalkersteam commented 4 years ago

This issue is still happening on devices running iOS 9.

shadowwalkersteam commented 4 years ago

I have latest XCode (11.5) and device has 9.3.6 and it is crashing on

override init() {
            super.init()
        }

Need help

stachon commented 4 years ago

This could be a compiler bug. App built with XCode 11.1 or 11.2 does not crash.