swift3 去除空白行分割线 更改分割线颜色

xiaoxiao2021-02-28  114

去除空白行分割线

telf.tableView.tableFooterView = UIView(frame: CGRect.zero)

更改前

更改后

更改分割线颜色

self.tableView.separatorColor = UIColor(white: 0.9, alpha: 1)

更改前

更改后

去除分割线

self.tableView.separatorStyle = .none

更改前

更改后

转载请注明原文地址: https://www.6miu.com/read-44630.html

最新回复(0)