UITableView 隐藏多余分割线
UIView* view = [[UIView alloc] init];
view.backgroundcolor = [UIColor clearColor];
table.TableFooterView = view;
UIView* view = [[UIView alloc] init];
view.backgroundcolor = [UIColor clearColor];
table.TableFooterView = view;