gpt4 book ai didi

iOS-13 - UITableViewCell 的 CornerRadius

转载 作者:行者123 更新时间:2023-11-28 10:27:33 31 4
gpt4 key购买 nike

我在 init 方法中设置了 UITableViewCell 图层的 cornerRadius。它曾经在 iOS 12 和 11 中工作,但在最新版本的 iOS 中不起作用:iOS 13。

override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
super.init(style: style, reuseIdentifier: reuseIdentifier)
self.layer.cornerRadius = 10
}

单元格有边框,但是当我向左滑动时(trailingSwipeActionsConfigurationForRowAt)单元格错过了它的边框。

如何在iOS 13中设置UITableViewCellcornerRadius

最佳答案

UITableViewcontentView 中进行您的 cornerRadius 修改。 Apple 可能限制了 iOS 13 中 UITableView 的图层修改。

编辑:在 UITableViewcontentView 属性中进行任何 View 修改。在运行时,iOS 在 UITableView 的 Root View 中执行其他操作。我有一个问题,我无法在 iOS 10 的 UITableView 单元格内执行点击操作,我修复它的方式是将所有内容移动到 contentView 中。

关于iOS-13 - UITableViewCell 的 CornerRadius,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58057329/

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