domhofmann / PRTween

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

Delays and Method naming fixes. #9

Closed typeoneerror closed 12 years ago

typeoneerror commented 12 years ago

Added some helper methods for adding delays to CGPoint and CGRect "lerping". Added "n" to Tweening method names which were displaying warnings in Xcode.

domhofmann commented 12 years ago

Thank you!

typeoneerror commented 12 years ago

No problem. Great start! I'm going to be using it a lot in this project so I'll commit more stuff if I do anything else.