ataugeron / SpriteKit-Spring

SpriteKit API reproducing UIView's spring animations with SKAction
Apache License 2.0
249 stars 32 forks source link

Updated to Swift 3 #9

Closed jeffreybergier closed 8 years ago

jeffreybergier commented 8 years ago

I tried to match the SpriteKit rename for Swift 3. This compiles on Xcode 8 beta 6.

ataugeron commented 8 years ago

Thanks @jeffreybergier !

jeffreybergier commented 8 years ago

My pleasure! These simple set of extensions make it so much easier to animate controls in SpriteKit. Like you mentioned on your blog, I also hope Apple add something like this to SpriteKit to make simple UI animations easier. In the mean time, this is extremely useful.