I'm pretty sure I've run across this animation at some point, but I can't remember where or how to do it!
I want the equivalent of UIViewAnimationTransitionCurlDown
but a full page horizontal curl. Does anybody have code that does this?
Thanks!
I'm pretty sure I've run across this animation at some point, but I can't remember where or how to do it!
I want the equivalent of UIViewAnimationTransitionCurlDown
but a full page horizontal curl. Does anybody have code that does this?
Thanks!
According to the Apple Documentation, it does not exist: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIView_Class/UIView/UIView.html#//apple_ref/c/tdef/UIViewAnimationTransition
Not sure whether this helps: http://stackoverflow.com/questions/1625375/iphone-curl-left-and-curl-right-transitions
You could write your own or use the one Claus suggested but there is no UIViewAnimationCurlHorizontal.