对于iOS 6以上,最简单的方法是设置tableFooterView的属性
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}
对于iOS 6以上,最简单的方法是设置tableFooterView的属性
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}
本文标题:iOS如何去除UITableView底部多余的分割线
本文链接:https://www.haomeiwen.com/subject/hpxrtttx.html
网友评论