I have a modal view that slides up covering the visible view.
Based on button presses on the modal, I’d like to pop the view it covers and push a different view so when the modal slides down again the new view is visible.
What are so strategies to accomplish this?
From the navigation controller stack you can access previous view controller, and on action you can change the view of that controller, use something like –