Reputation: 5177
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!
Upvotes: 0
Views: 4196
Reputation: 8526
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: iPhone Curl Left and Curl Right transitions
Upvotes: 2
Reputation: 58070
You could write your own or use the one Claus suggested but there is no UIViewAnimationCurlHorizontal.
Upvotes: 0