gpt4 book ai didi

ios - UITabBarController 在通话或个人热点期间被按下?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:13:17 26 4
gpt4 key购买 nike

我想弄清楚为什么我的应用会发生这种情况。如图所示,我的应用程序被向下推到屏幕外,而不是正确调整大小以适应由电话或个人热点事件引起的大小变化...

因此,我的应用程序有一个 Storyboard,在 Storyboard中我只有一个 TabBarController 指向其他 4 个 View Controller 。

知道为什么会这样吗?我该如何解决这个问题,使应用程序不会在底部离开屏幕?

最佳答案

我有同样的错误,但我有容器 View Controller 和 tabbarcontroller 作为 subview Controller 。我通过添加约束来解决这个问题:(我使用 Cartography)

    constrain(tabBarController.view, containerView) { (tabBarControllerView, containerView) in
tabBarControllerView.height == containerView.height
tabBarControllerView.width == containerView.width
}

如果你添加 tabbarcontroller 作为 initialViewController (rootViewController) 一切都应该没问题

关于ios - UITabBarController 在通话或个人热点期间被按下?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42822437/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com