标签:分割 出现 分割线 cat closure 去除 gre uiview none
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)
标签:分割 出现 分割线 cat closure 去除 gre uiview none
原文地址:https://www.cnblogs.com/runningGY/p/11605758.html