iOS 通用应用布局问题

标签 ios uiviewcontroller uinavigationcontroller uisplitviewcontroller

enter image description here enter image description here enter image description here请查看随附的应用程序运行屏幕截图 - 如您所见,iPhone 屏幕底部有一个未使用的区域。然而,iPad 细节的相同区域。我知道我需要藏身的地方一定有酒吧,但我找不到任何不妥。

我有一个 UITabBar Controller 作为我的根 VC,它有一个指向 UISplitViewController 的选项卡。据我所知,UISplitViewController 正在以标准形式使用。

谁能指出我正确的方向。我不确定要发布什么信息,所以请询问您是否需要更多信息。

最佳答案

谢谢大家的帮助。不过最后,解决方案相当简单!我检查了 UISplitViewController 的 Extend Edges Under Top Bars 和 Under Bottom Bars 选项,瞧! ![enter image description here ] 1

关于iOS 通用应用布局问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34744128/

相关文章:

ios - 在 iOS 上,是否可以运行一个每隔 2 分钟定期对 GPS 进行采样的后台应用程序?

ios - 如何使用 texfield 扩展来限制用户输入特殊字符?

ios - Swift ViewController 背景变黑与 alpha

ios - 更改 UINavigationBar 背景图像并使 UINavigationBar 缩放

ios - 没有导航 Controller 的通知操作打开 View

iphone - iOS:如果我执行后台作业然后离开 View Controller 会怎样?

ios - 如何使用FTP直接从iOS将图像上传到服务器目录

uiviewcontroller - ShouldAutorotate 和 GetSupportedInterfaceOrientations 未在 Xamarin.iOS 中调用

ios - 如何将(可选的)完成处理程序关闭传递给 Swift 中的 transitionFromViewController?

iOS App 轮换导致卡顿