You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Michael, Thank you for posting this easy to understand straight forward method for using container views with multiple view controllers.
What I would like to know however, is how to navigate from child controller to child controller using buttons on the child controllers, not a button on the root view controller.
Can you help me get on the right track? So far I have not been able to figure it out.
The text was updated successfully, but these errors were encountered:
It's been a while since I've looked at this but you might want to look into delegates to call a method on the root view controller from a child. I remember doing something similar to this in the delegate branch of this project a while back. Hopefully, that will help.
Hi Michael, Thank you for posting this easy to understand straight forward method for using container views with multiple view controllers.
What I would like to know however, is how to navigate from child controller to child controller using buttons on the child controllers, not a button on the root view controller.
Can you help me get on the right track? So far I have not been able to figure it out.
The text was updated successfully, but these errors were encountered: