1. 在不使用自定义的cell的前提下,去掉多余的tableviewCell的分割线,只需要在tableView创建的时候,写上一个
_tableView.tableFooterView = [[UIView alloc]init];
就可以去掉多余的分割线。