cell.selectionStyle = .none //取消点击变色
table?.separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) //设置cell 下边线 位置
table?.separatorStyle = .none //设置cell 下边线类型
时间: 2024-11-09 00:31:04
cell.selectionStyle = .none //取消点击变色
table?.separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) //设置cell 下边线 位置
table?.separatorStyle = .none //设置cell 下边线类型