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?