ataugeron / SpriteKit-Spring

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

Massively reduced compile time #10

Closed juliand665 closed 8 years ago

juliand665 commented 8 years ago

Just by rewriting two lines, I managed to get around the shortcomings of the Swift compiler. What used to take 10+ seconds now compiles in 100ms.

ataugeron commented 8 years ago

Well done, thanks!