去除TableView多余的线

tableview.tablefooterview = [[UIView alloc]init];

[tableView setTableFooterView:[[UIView alloc] initWithFrame:CGRectZero]];


评论

此博客中的热门博文

Delegate

LLVM相关技术文章收集

有关设置NavigationbarItem.titleView的一个坑