使用 TabBar 问题限制到底部布局指南

Constraint to bottom layout guide with TabBar issue(使用 TabBar 问题限制到底部布局指南)
本文介绍了使用 TabBar 问题限制到底部布局指南的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有基于 UITabBarController 的 iPad 应用程序,第一个选项卡上有 containerView.containerView 与底部布局指南有标准的垂直间距.当我点击第二个选项卡然后返回到第一个选项卡时,我的容器向下移动了 56 pts,即 tabBar 的高度,然后被 tabBar 覆盖.

I have UITabBarController based iPad app with containerView on the first tab. The containerView has standard vertical spacing to bottom layout guide. When I tap on the second tab and then go back to the first tab, my container moves down by 56 pts, the height of the tabBar and is then covered by the tabBar.

我制作了 3 个屏幕截图来说明这一点.第三个屏幕截图显示了选项卡之间跳转后隐藏的 tabBar.看起来底部布局指南已经走到了边缘.这是怎么回事?

I made 3 screenshots to illustrate that. The third screenshot shows hidden tabBar after the jump between tabs. It looks like the bottom layout guide went down to the edge. What is going on here?

推荐答案

我不确定这里发生了什么,但我认为这可能会有所帮助:

I'm not sure about what happened here, but I think that this could help:

在 UIViewController 属性中取消选中底部栏下

Uncheck Under bottom bar in your UIViewController properties

希望这会有所帮助!

这篇关于使用 TabBar 问题限制到底部布局指南的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Get an event when UIBarButtonItem menu is displayed(显示UIBarButtonItem菜单时获取事件)