【发布时间】:2019-04-24 12:53:43
【问题描述】:
当我推送到一个新的视图控制器时,我得到了这个:
在故事板中,我没有将 hidesBottomBarWhenPushed 设置为 true。
在上图所示的“更多”视图中,我有这个,其中PostsController 是图像中的“喜欢”视图:
let destinationVC = segue.destination as! PostsController
destinationVC.hidesBottomBarWhenPushed = true
此外,“更多”视图中还有一个底部标签栏。
我应该怎么做才能去除这个黑色空间? 谢谢!
【问题讨论】:
-
这个问题只在 iPhone X 设备上吗?