UITableView 清除多余/默认显示的cell分割线

重写tableView的footView即可
tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];

你可能感兴趣的:(UITableView 清除多余/默认显示的cell分割线)