这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
将这些代码添加到您的 .m 文件中:
-(void) viewWillAppearBOOL)animated
{
[super viewWillAppear:animated];
self.tableView.tableFooterView =[[UIView alloc] initWithFrame:CGRectZero]; //set your tableView's tableFooterView
}
关于ios - 表格 View 单元格不需要的多余分隔线,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/34170295/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |