swift 关于tableview
Posted runninggy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift 关于tableview相关的知识,希望对你有一定的参考价值。
1.补全tableview的分割线
1 professTabView.separatorInset = UIEdgeInsets.zero
2.让tableviewcell的右侧出现箭头
1 cell!.accessoryType = .disclosureIndicator
3.设置cell不能点击
1 cell?.selectionStyle = .none
4.去除没有填入数据的cell
1 self.tableFooterView = UIView(frame: CGRect.zero)
以上是关于swift 关于tableview的主要内容,如果未能解决你的问题,请参考以下文章
Swift - 在 TableView 单元中使用步进器增加标签