push view controller after dismissing presented view controller
问题 I have this navigation stack RootVC ---> VC1 --> (presenting)-> ModalVC and I have VC2 (not in navigation stack). When presenting ModalVC , I want to click on button in my ModalVC to dismiss ModalVC, then push VC2 into the navigation stack after VC1 at one click. It should look like this: RootVC ---> VC1 ---> VC2 I tried a lot of methods to make it, but pushing event fire only, when I return to my RootVC . I tried to make it with delegates: In ModalVC on click: [self