Reputation: 203
I'm fairly new to iOS, and I'm experimenting with switching views. I have 2 views, each with a button to switch the page. So far I've only managed to use UIViewTransitionAnimation but it only has the Flip and Curl Animations.
Instead of flips and curls, I'm trying to make the pages slide between views either right to left or vice versa. I've been searching on google, forums and even the developer.apple.com about transitioning between pages but I still couldn't find what I'm looking for. I did find this CATransition class but there's just not enough examples of how to use it.
Hope someone can help.
Upvotes: 1
Views: 734
Reputation: 578
It's been a while since my last ios-experience, but it looks like the UINavigationController is what you're looking for.
Upvotes: 1