//+-----------Cell边线操作
cell.separatorInset//分割线操作
cell.separatorInset.left = 100//分割线。左边距离
//+-----------UITableView
myTableView.separatorColor = xxx//修改tabview分割线颜色
myTableView.separatorStyle = .none//去掉线
//+-----------Cell边线操作
cell.separatorInset//分割线操作
cell.separatorInset.left = 100//分割线。左边距离
//+-----------UITableView
myTableView.separatorColor = xxx//修改tabview分割线颜色
myTableView.separatorStyle = .none//去掉线
本文标题:IOS-UITableView-边线的操作
本文链接:https://www.haomeiwen.com/subject/eggcnctx.html
网友评论