标签:
最下方cell显示的不够了,但是猫猫不想看到那些线,这里共享一种方法
在- (void)viewDidLoad 方法中写入
//隐藏多余cell self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
就可以达到目的了
看图
猫猫学iOS之tableview隐藏最下边多余的cell
原文地址:http://blog.csdn.net/u013357243/article/details/50217019