码迷,mamicode.com
首页 > 编程语言 > 详细

swift 关于tableview

时间:2019-12-06 13:54:24      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:分割   出现   分割线   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) 

swift 关于tableview

标签:分割   出现   分割线   cat   closure   去除   gre   uiview   none   

原文地址:https://www.cnblogs.com/runningGY/p/11605758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!