Looking for a solution on perform a segue from a viewcontroller (VC2) that is embedded in a container view and replace it with the next viewcontroller (VC3) maintaining same size of VC2.
I proceed to setup the controller according this that is exactly what i'm looking for:
Container view segue to same size view controller
I set the segue from VC2 to VC3 as Modal segue using current context mode from storyboard or programmatically but the VC3 still loading full screen
thanks