self.tableView.tableFooterView=[[UIView alloc]initWithFrame:CGRectZero];//取消多余行数
//取消cell横线
// self.tableView.separatorStyle=UITableViewCellSelectionStyleNone;
有时候不需要整页的显示 那么直接把没有内容的CELL 不显示
self.tableView.tableFooterView=[[UIView alloc]initWithFrame:CGRectZero];//取消多余行数
//取消cell横线
// self.tableView.separatorStyle=UITableViewCellSelectionStyleNone;
有时候不需要整页的显示 那么直接把没有内容的CELL 不显示
转载于:https://my.oschina.net/rainwz/blog/617562