[_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;