gpt4 book ai didi

swift - UITableViewRowAction 调整尺寸(高度)

转载 作者:搜寻专家 更新时间:2023-11-01 05:35:53 25 4
gpt4 key购买 nike

所以我有一张 table ,可以这么说,我在其中做了一点“修改”。 “hack”是创建一个 UIView,其颜色和高度小于实际(现在透明的)单元格,使其看起来像所有单元格之间都有间距。

我现在的问题是,从“假想”单元格到单元格的实际按钮有 10 个单位的差距。这意味着当我添加我的 UITableViewRowAction 时,它看起来像这样:

UITableViewRowAction too high

显然我希望它具有相同的高度。

    func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
let more = UITableViewRowAction(style: .normal, title: "More") { action, index in
print("more button tapped")
}
more.backgroundColor = UIColor.gray
return [more]
}

这就是我现在拥有的..但我真的不知道如何调整高度

最佳答案

编辑我误读了问题。您真正需要知道的是,您是否为 tableViewCell 的编辑操作提供了自定义 View 。这里有一个详细的教程:https://www.raywenderlich.com/62435/make-swipeable-table-view-cell-actions-without-going-nuts-scroll-views

关于swift - UITableViewRowAction 调整尺寸(高度),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40289824/

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