domhofmann / PRTween

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

Added support for blocks #1

Closed mattherzog closed 13 years ago

mattherzog commented 13 years ago

*Added support for an update block as well as a completion block.

*Updated the example view controller to use blocks if runtime iOS version is >= 4, otherwise it will use target/selector. Tested this using iPad 3.2 as destination.

domhofmann commented 13 years ago

Awesome, this was on my list. I'll look this over in a bit and pull over.

domhofmann commented 13 years ago

Sorry this took so long. Just got back from out of town.