View Controllers transition (iPad)
Hello,
First of all thank you so much for taking a few minutes of your time to read this message.
I'm very new with Objective C and programming for iOS I've been reading a lot of e-books, forums etc but right now i'm trying to do something that I just don't know how to do it.
I'm working with view transitions and everything is fine but I'm having problems with the "UIViewAnimationTransitionCurlUp" I want to simulate a turning page like a book, and it works when I set the orientation to landscape (for iPad of course) and only for the first view because when I'm in the second view and then go to the third view the animation its different, instead of the turing page to the left it goes to the top, so I did some research and that's because I was adding subviews and apparently it only works when the view its in the parent view controller.
So I tried to use one parent view controller and I would change its view but when I tried different ways to do that my view's orientation was messed up even though it was set to be in landscape.
I'm not sure if it makes any sense I would explain again if its necessary, I would really appreciate any help, ideas, suggestions, etc.
Thanks!
|