domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

Converted to ARC #24

Closed Air-Craft closed 12 years ago

domhofmann commented 12 years ago

Thanks for your hard work. It turns out that we had another pending pull request for ARC, which was a little more thorough (it also updated the example project), so went with that one this time!

Air-Craft commented 12 years ago

No worries. Thank you. I'll pull that one...

Air-Craft commented 12 years ago

Ok. It generates a compiler warning in Xcode 4.4. Init'ing a=0 solves the problem. Probably not worth a pull request for 6 character so I'll leave it to you... :)

Air-Craft commented 12 years ago

Great lib by the way. I dropped it in my code and solved my custom tween problem within a minute!