Is it possible to use the PresentModalViewController with the same animation that is shown when using the “pushViewController” method of a navigation controller?
Is it possible to use the PresentModalViewController with the same animation that is shown
Share
As far as I know, it can’t move horizontally. And what’s more, when you use
presentModalViewController:animated:, the previous view will disappear(be blank). But you can do like this(add your desired view to the top of your window):