1 tabbarcontroller connected to 3 navigation controllers. each navigation controller is connected to a view controller. in #3 a button segues modally to a view controller. i dont want the segue to be "push". is there anyway i can create a button in that view controller that segues back to #3?
I want a button in "randomviewcontroller" to perform a segue to "viewcontroller3" that is within a navigation controller and tabbarcontroller. "viewcontroller3" is the third tabbarbutton view.
so:
randomviewcontroller to perform segue to
TabBarController -(relationshipsegue)-> NavigationController -(rootview controllersegue)-> viewcontroller3
Example: a login view controller. you press login button, and it segues to the third tabbar button view (view that you see if you tap third icon on tabbar). third tabbar button is connected to a navigation controller that is rootview of a view controller.