tags:

views:

29

answers:

1

using the transition, UIModalTransitionStyleFlipHorizontal seems to flip from right to left when initialized and left to right when returning.

Is there any way to make it flip the opposite way?

A: 

Not if you're using the modalTransitionStyle property.

If you want to do it you'd probably have to animate it yourself.

These are all the possible transition styles that you can use.

OlivaresF
I thought so. Thanks a lot.
Jay Lee