Accessing a Top Navigation Controller from a Subview Navigation Controller
问题 I have a my views and controllers set up like so. A Tab/Bar controller Within 1. is a root view controller within 2. is a programmatically created navigation controller, that is displayed as a subview in the root view controller. What I am trying to do is access the top tab bar/navigation controller so that i can push a view onto it. I tried parentViewController but all it did was push the view onto the programmed nav controller. any suggestions? This is how i set up my root view controller: