DevDevDev
DevDevDev

Reputation: 5177

UIView animation -- horizontal page curl... like a book?

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

Answers (2)

Mark Szymanski
Mark Szymanski

Reputation: 58070

You could write your own or use the one Claus suggested but there is no UIViewAnimationCurlHorizontal.

Upvotes: 0

Related Questions