UITableView

Cell分割线取消右移状态

[tableView setSeparatorInset:UIEdgeInsetsMake(0,0,0,0)];

隐藏多余的Cell分割线

self.tableView.tableFooterView = [[UIView alloc] init];
原文地址:https://www.cnblogs.com/mo-shou/p/4189230.html