views:

24

answers:

1

Hi All

IPhone SDK has UIViewAnimationTransitionCurlUp/Down I want Curl left-right like a reading a book. Is any way to do this without Landscape Orientation.

Thanks Amit Battan

A: 

You can try setting a transform on the view, for example, a 90° rotation. Then, when the curl animates, it should respect that transform. Of course, you'll need to UNtransform your content, so this can get a little complicated.

Ben Gottlieb