Search code examples
swiftstoryboarduicontainerview

Pushed ViewController from Container ViewController Cut Off in Storyboard


I have a container viewcontroller that pushes another viewcontroller onto the navigation stack that begins and is embedded at the parent viewcontroller hosting the container viewcontroller.

The pushed viewcontroller should/does cover the entire screen, but I don't have the same working space available in storyboard where the pushed viewcontroller's screen is cut off to the dimensions of the container viewcontroller.

Any appropriate ways to configure storyboard to accommodate?


Solution

  • Change the simulated size in the Size Inspector from Fixed to Freeform

    enter image description here