The lack of custom easing curves in UIView\'s block based animation methods leads to Core Animation if more advanced curves are needed.
A way of doing this with a Categ
I don't know how Apple implements their block based methods, but reading BlocksKit sourcecode, I understood that to implement the method you mentioned, you probably need to:
I actually followed this practice when adding my own block-based methods to Apple's classes.