mpospese / MPFoldTransition

Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers
http://markpospesel.com/2012/05/07/mpfoldtransition/
1.81k stars 238 forks source link

Updated to modern Objective-C syntax #17

Closed bryanmontz closed 1 year ago

bryanmontz commented 11 years ago

NSArray and NSNumber literals and boxed expressions make the code more readable and maintainable. Thank you for this great project!