Cell分割线取消右移状态
[tableView setSeparatorInset:UIEdgeInsetsMake(0,0,0,0)];
隐藏多余的Cell分割线
self.tableView.tableFooterView = [[UIView alloc] init];
Cell分割线取消右移状态
[tableView setSeparatorInset:UIEdgeInsetsMake(0,0,0,0)];
隐藏多余的Cell分割线
self.tableView.tableFooterView = [[UIView alloc] init];