UITableView 隐藏多余分割线

UIView* view = [[UIView alloc] init];

view.backgroundcolor = [UIColor clearColor];

table.TableFooterView = view;

原文地址:https://www.cnblogs.com/KLNL100/p/4818901.html