Hi,
I have an app where I would like to segue into a view with a navigation controller embedded in. So far, I am able to use the standard "Show" segue to segue directly into the view. But if I use another type of segue, "Popover presentation" for instance, the only way to get the navigation controller to work is to segue into the embedded navi controller. The only problem is I couldn't find a way to pass data through the segue to the final view. Does anyone have any ideas on how to accomplish this?(I would also like to be able to use an unwind segue to go back to the main view.)
I have an app where I would like to segue into a view with a navigation controller embedded in. So far, I am able to use the standard "Show" segue to segue directly into the view. But if I use another type of segue, "Popover presentation" for instance, the only way to get the navigation controller to work is to segue into the embedded navi controller. The only problem is I couldn't find a way to pass data through the segue to the final view. Does anyone have any ideas on how to accomplish this?(I would also like to be able to use an unwind segue to go back to the main view.)