取消CELL的多余行数

 self.tableView.tableFooterView=[[UIView alloc]initWithFrame:CGRectZero];//取消多余行数
        //取消cell横线
       // self.tableView.separatorStyle=UITableViewCellSelectionStyleNone;

有时候不需要整页的显示  那么直接把没有内容的CELL 不显示

你可能感兴趣的:(取消CELL的多余行数)