去掉UITableView多余的分割线

 UIView *v = [[UIView alloc] initWithFrame:CGRectZero];

    

    [_tableView setTableFooterView:v];

原文地址:https://www.cnblogs.com/hualuoshuijia/p/5345047.html