calimarkus / JDFlipNumberView

[iOS] Animated analog flip numbers like airport/train-station displays (Swift/SwiftUI ready)
MIT License
786 stars 138 forks source link

Migration Swift 3 : Warning Delegate incompatibility #48

Closed MathisDetourbet closed 8 years ago

MathisDetourbet commented 8 years ago

Hi,

After the swift 3 migration, i got this following warning in the JDFlipImageView Class: capture d ecran 2016-09-27 a 12 38 26

How can I fix it? Thanks for your help :)

calimarkus commented 8 years ago

We probably have to implement the CAAnimationDelegate explicitly. Happy to see a PR from you!