How do I perform a push segue within a container
containers, ios, ios6, iphone, xcode
Solution
I've found the answer to my own Question! (...Again)
Instead of putting the navigation controller here:
I put it here:
Problem
Hi I am programming an app for ios6 and and am using the new container feature. It all works but when i perform a push segue, it pushes, but does it full screen. I want the 'View after Segue to be in the container also. Can anyone help? ..............