domhofmann / PRTween

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

Fix PRTweenCGRectLerp shorthand #26

Closed danielebogo closed 11 years ago

danielebogo commented 11 years ago

Hi, i've fixed PRTweenCGRectLerp shorthand with blocks and add new shorthand methods with blocks using delay value.

Cheers, Daniele

damian0815 commented 11 years ago

Hey, I can confirm that I was having a problem with PRTweenCGRectLerp (stack overflow/infinite recursion) and that this pull request by @danielebogo fixes it.

+1 this PR should be merged.

danielebogo commented 11 years ago

Thanks @damiannz , i hope @dominikhofmann accepts my pull request.