去除TableView多余的线

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

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


评论

此博客中的热门博文

viewWillAppear不执行的解决办法

iOS中使用xpc/xpc.h

图片旋转时的边缘抗锯齿的三种方法以及性能