答案 0 :(得分:1)
请尝试使用此代码
此代码的原始答案是@ Avinash
有关模式的详细信息,请检查avinash答案
if indexPath.row == {your row number} {
cell.separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: .greatestFiniteMagnitude)
}
答案 1 :(得分:0)
添加一个分隔符视图(UIView)作为“自定义”单元格的一部分。从笔尖将UITableView的分隔符设置为无。
答案 2 :(得分:0)
tblView.separatorStyle = .none