gpt4 book ai didi

ios - 状态栏整个 View 下移 - iOS 11

转载 作者:IT王子 更新时间:2023-10-29 05:08:53 26 4
gpt4 key购买 nike

我最近升级到 Xcode 9-beta 和 iOS 11。当我升级到我的项目并插入播放时,我的所有 View 都被状态栏向下推了大约 20 像素,而不是状态栏直接在我的顶部看法。我有 iOS 10 的合作伙伴没有这个问题。我已附上屏幕截图供您引用。

有人可以提供一些建议吗?任何帮助将非常感激。非常感谢。

干杯,西奥 enter image description here

最佳答案

快速回答

您可能希望将 tableViewscrollView 对象的 contentInsetAdjustmentBehavior 设置为 .never

if #available(iOS 11.0, *) {
tableView.contentInsetAdjustmentBehavior = .never
}

if #available(iOS 11.0, *) {
scrollView.contentInsetAdjustmentBehavior = .never
}

关于ios - 状态栏整个 View 下移 - iOS 11,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44777872/

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