gpt4 book ai didi

iOS 11 UITableView 中的额外顶部空间

转载 作者:搜寻专家 更新时间:2023-10-31 21:49:41 24 4
gpt4 key购买 nike

当我在 iOS 11 SDK 上更新我的应用程序时,TableView 开始表现得很奇怪,它正在添加额外的顶部空间,但实际上那个额外的空间是 Cell 本身但它没有呈现,请查看 ios 11 更新之前和之后的附加图像.谢谢!

this is after ios 11 update

Before ios 11

最佳答案

在您的代码中设置新属性 contentInsetAdjustmentBehavior,它会解决问题。

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

UIScrollView 上有一个名为 contentInsetAdjustmentBehavior 的新属性在 iOS 11 中添加以确定调整内容偏移

This property specifies how the safe area insets are used to modify the content area of the scroll view. The default value of this property is automatic.

关于iOS 11 UITableView 中的额外顶部空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46421673/

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