[_tableView setTableFooterView:[[UIView alloc] initWithFrame:CGRectZero]];
表格右箭头!!!!
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
tableViewCell 去下划线
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
[_tableView setTableFooterView:[[UIView alloc] initWithFrame:CGRectZero]];
表格右箭头!!!!
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
tableViewCell 去下划线
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
本文标题:表哥去掉多余cell
本文链接:https://www.haomeiwen.com/subject/vrxacttx.html
网友评论