ataugeron / SpriteKit-Spring

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

Objective-C Version? #6

Closed KjellConnelly closed 7 years ago

KjellConnelly commented 8 years ago

Any way you could translate this to Objective-C? I really want to use Spring Animations, but my Swift knowledge is sparse, and would take a lot more time than I would want to figure out how to write it myself. If not, that's okay, but I thought I would ask as it would probably be helpful for others as well who still use Obj-C. Thanks!

AverageHelper commented 8 years ago

No need! Apple has already thought of this, and this code will compile just fine under any modern Xcode compiler, and run from Swift or Objective-C wherever you want to call it!

Link: http://lmgtfy.com/?q=swift+and+objective-c

warpling commented 7 years ago

No need to be lmgtfy-condescending @SparrowBlaze. The extensions needed public added to them: PR #13.