iOS 去掉多余的分割线

tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
tableView.tableFooterView = [UIView new];

你可能感兴趣的:(iOS 去掉多余的分割线)