I’m working on an app that uses UINavigationController & TabBarController.
When I look in the NIB file, I see that the “view” for a section of the TabBarController is added below the UINavigationController & above the Tab itself.
Picture attached:

How can I add that view behind the UINavigationController & behind TabBarController?
I’m trying to make it go full screen. I’m able to hide the UINavigationController & TabBarController but the size of the view just stays the same.
Thank you,
Tee
Use
UIViewControllerswantsFullscreenproperty.