Open view with slide effect from bottom to top on iPhone
I'm making an application for iPhone (which runs in landscape mode) (OS 3.0), and I want that when I touch a toolbar button it opens a view with a slide effect (similar to the effect when you touch 'Bookmarks' in Mobile Safari's toolbar) from the bottom to the top of the screen. The view is in the same XIB file as the button. How can I do this? Thanks in advance. [self.tabBarController presentModalViewController:yourSlideController animated:YES]; If you are asking about doing the animation custom here's a snippet that might help. Lets assume the view "myView" is already added as a subview to