View Controllers
Ok I am wondering if there is another way to animate switching between viewControllers other than [self presentModalViewController:airCraft animated:YES];
This is the line of code that i am using at the present time to switch between viewControllers, and all it does is slide the other view controller in from the bottom of the screen. Is there any other way to animate the view controllers, like bringing them in from the side or flipping the ETC. Sample code would be appreciated!
This is the line of code that i am using at the present time to switch between viewControllers, and all it does is slide the other view controller in from the bottom of the screen. Is there any other way to animate the view controllers, like bringing them in from the side or flipping the ETC. Sample code would be appreciated!
You can change the modalTransitionStyle of the view controller.
You can use a navigation controller.
You can do the animation yourself with Core Animation.
You can use a navigation controller.
You can do the animation yourself with Core Animation.
Thank you, I didnt understand what your were saying the first time!
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| When to create custom OpenGL view instead of subclass NSOpenGL view | Coyote | 37 | 16,935 |
Oct 20, 2009 08:16 PM Last Post: Coyote |
|

