kaandedeoglu / KDCircularProgress

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

Fix issue with Objective C compatibility in Xcode 9.3 #91

Closed PalringoBen closed 6 years ago

PalringoBen commented 6 years ago

Xcode 9.3 wont allow non @objc enums to be used as @IBInspectable properties.

kaandedeoglu commented 6 years ago

Hey, thank you for the PR. glowMode is no longer @IBInspectable. Which is not tagged in Cocoapods, the warning should disappear if you get the master through Cocoapods. Let me know if I'm missing something.

PalringoBen commented 6 years ago

Thanks, I didn't spot that. Are you going to do another releases soon?