我的 Storyboard上有这个 View 层次结构:
UITabBarController
-> UIView
+ ContainerController
-> SplitViewController
=> [MASTER: (UINavigationController
-> UITableviewController
-> UITableViewController
), DETAIL: (UINavigationController
-> UIView
)]
这里是 Storyboard的截图:
因此,我的详细 View Controller 与底部屏幕有一种偏移,如下一个屏幕中的红色圆圈所示:
我认为这是在容器 Controller 中拥有一个 Split View Controller 的结果,它嵌入选项卡 Controller 中。这就像细节 View 继承了根标签栏 Controller 的标签栏空间。我尝试设置所有选项,如 UnderBottombar 或“Under opaque bar”,但没有。我已经在我的类中删除了任何类型的自定义代码,但总是存在同样的问题。 我该如何解决这个问题?
ps:抱歉英语不好
这可以通过检查 SplitViewController
的 attribute inspector
中的 Under Opaque Bars
来解决。引用下面的截图,
关于ios - 嵌入在 UITabViewController 中的 UISplitViewController 中的空白空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33453757/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |