我们常常会遇到一些问题,比如swift如何去除tableview多余的空以及cell中的横线等问题,我们该怎么处理呢。下面这篇文章将为你提供一个解决思路,希望能帮你解决到相关问题。
一、去除TableView多余的空白
1、使用UITableView的separatorInset属性来设置TableView的空白,下面是设置TableView的separatorInset属性的代码:
tableView.separatorInset = UIEdgeInsets.zero
2、使用UITableView的layoutMargins属性来设置TableView的空白,下面是设置TableView的layoutMargins属性的代码:
tableView.layoutMargins = UIEdgeInsets.zero
二、去除TableView Cell中的横线
1、使用UITableView的separatorStyle属性来设置TableView Cell中的横线,下面是设置TableView的separatorStyle属性的代码:
tableView.separatorStyle = .none
2、如果你要去除TableView Cell中的横线,但是又想保留TableView的空白,可以使用UITableView的separatorColor属性来设置TableView Cell中的横线,下面是设置TableView的separatorColor属性的代码:
tableView.separatorColor = UIColor.clear
三、使用UITableViewCell的separatorInset属性来设置TableView Cell中的横线
1、使用UITableViewCell的separatorInset属性来设置TableView Cell中的横线,下面是设置TableViewCell的separatorInset属性的代码:
cell.separatorInset = UIEdgeInsets.zero
2、使用UITableViewCell的layoutMargins属性来设置TableView Cell中的横线,下面是设置TableViewCell的layoutMargins属性的代码:
cell.layoutMargins = UIEdgeInsets.zero
总结
以上就是为你整理的swift如何去除tableview多余的空以及cell中的横线全部内容,希望文章能够帮你解决相关问题,更多请关注本站相关栏目的其它相关文章!