标签:
- (void)removeExcessSplitLineOfTableView:(UITableView *)tableView {
UIView *v = [[UIView alloc]init];
v.backgroundColor = [UIColor clearColor];
tableView.tableFooterView = v;
}
UITableView去除多余分割线
原文地址:http://my.oschina.net/u/2360693/blog/474280