gpt4 book ai didi

ios - 为什么我的项目在删除操作后会出现一些水平线?

转载 作者:行者123 更新时间:2023-11-29 05:37:55 24 4
gpt4 key购买 nike

我现在已经隐藏了列表的分割线,但是执行删除操作后,会出现更多的分割线。我该怎么办?

override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {

let cellIdentifier = "datacell"
let cell = tableView.dequeueReusableCell(withIdentifier: cellIdentifier, for: indexPath)as!
AppsTableViewCell


// 去掉列表的分隔线
tableView.separatorStyle = .none

最佳答案

您可以将页脚 View 添加到表格 View 。

self.tableView.tableFooterView = UIView(frame: .zero)

关于ios - 为什么我的项目在删除操作后会出现一些水平线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56854497/

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