OC

1. 在不使用自定义的cell的前提下,去掉多余的tableviewCell的分割线,只需要在tableView创建的时候,写上一个

_tableView.tableFooterView = [[UIView alloc]init];

就可以去掉多余的分割线。

原文地址:https://www.cnblogs.com/iOS363536404/p/5584913.html