iPhone Curl Left and Curl Right transitions

Posted by Dimitris on Stack Overflow See other posts from Stack Overflow or by Dimitris
Published on 2009-10-26T15:06:22Z Indexed on 2010/03/22 12:21 UTC
Read the original article Hit count: 1127

I am looking for a way to do a UIViewAnimationTransitionCurlUp or UIViewAnimationTransitionCurlDown transition on the iPhone but instead of top to bottom, do it from the left to right (or top/bottom in landscape mode). I've seen this asked aroud the internet a few times but none sems to get an answer. However I feel this is doable.

I have tried changing the View's transform and the view.layer's transform but that didn't affect the transition. Since the transition changes when the device changes orientation I presume there is a way to fool the device to use the landscape transition in portrait mode and vice versa?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiview