我们在做项目中,公司经常会让tableView里面的cell分割线变短或填满整个屏幕宽度,在网上试过了很多种办法,又复杂 又没有什么效果, 有一天研究了下tableView的属性,发现了更直接的办法。
如下图,iPhone的系统设置界面,cell的分割线是从title下方才开始有的。
想要做到这个效果,只需要两句代码就能搞定!吐舌头
是不是很好用呢? 因为这个是tableView 的属性
有兴趣的猿友们可以多多研究下~
“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill
标 题:tableView的cell之间的分割线长度改变方法