Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gap Above Bottom Tab Bar - Embedded NavigationController + Embedded TableViewController

Tags:

ios

layout

swift

This issue has had me stumped for a few days.

This is my relevant storyboard layout: enter image description here I have set every layout under the sun to all three View Controllers and still get a resultant Table View with a "gap" above the Banner View - seemingly the same height as the Banner View. As follows:

enter image description here

One thing that did work was to drag the Container View over the bottom Banner View like this:

enter image description here

And the result renders perfectly on my test device as well as every simulator - i.e. no gap.

But such a solution is essentially a hack of sorts and I'd like to see if there is anything I can do to properly fix the issue.

For the record, I have tried every option in the IB - adjust scroll view insets, extend edges under top/bottom bars, etc... as well as various code snippets I have googled here and there. Nothing seems to solve the issue for me.

I managed to solve the gap at the top of the table view under the nav bar (seemingly a common issue with a lot of content out there). But there does not seem to be so many cases like mine above.

Any help or indications are greatly appreciated. Thank you people :-)

* ADDITIONAL INFORMATION *

As per a comment below, I add the constraints I have tried for the said container:

enter image description here

like image 986
Katherine Jenkins Avatar asked May 30 '26 22:05

Katherine Jenkins


1 Answers

I had similar gap problem, when used ContainerView to embed StoryboardReference - to support StoryboardReference from UITabBarController on iOS8.

I have resolved this by turning on Extended Egdes -> Under OpaqueBars checkbox on view controller with container view, like on image:

The red UIView is ContainerView, first ViewController in StoryboardReference is UINavigationController.

like image 188
zalogatomek Avatar answered Jun 01 '26 21:06

zalogatomek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!