ios - Navigate between TabViewController and NavigationController -
I have a view controller (A) embedded in a navigation controller, and from which I'm doing a model For another view controller (B), which is inside another tab view controller, my question is how can I navigate from B to A, I have created a model SEgue from B to navigation controller in which A is And I do that seguay but I'm getting ' I have no relation with the receiver 'A' identifier 'my sguyu', if I do a seagull directly from A, then I have not been shown to the navigation controller in the scene now, I think that due to this fact That has never been started.
Please talk to me Can a solution for?
Thanks a lot!
The previous view controller that can be on the navigation stack or you do not return to that controller, Instead, create a new example of the controller which will be pushed onto the stack, to make a loop that will use a lot of memory. In this case, your stack will be the ABA
controller, instead Just A
, if Segu will work.
What you really need is the navigation stack, depending on how you added the controller to the stack. Because you have used a model segue, it means that your controller must also be dismissed using the B controller, which will show one controller again.
I recommend that you see the message to pass back once B has ended to dismiss it.
Comments
Post a Comment