iOS UITableView 去除多余分割线

时间:2014-07-08 20:24:33   收藏:0   阅读:283

在UITableView初始化时加上以下代码即可:

    self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];

效果演示:

bubuko.com,布布扣

iOS UITableView 去除多余分割线,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!