I've created something similar to the picture I've added.
I've connected using Ctrl+Drag the UIButton
to the Child View 2 ViewController
and selected push segue.(the picture shows custom segue, ignore it please)
My problem is that when I tap the button the new ViewController
is in full size (covering that all screen)
How can I force it to stay in the same size of the original Container?
Edit:
From the answers i've found that Embedding VC B in a new navigation controller does force VC C to be pushed in smaller size, I would like to understand why I can't use the original Navigation Controller. to do the same thing