iOS UITableView 去除多余分割线

时间:2014-07-08 20:24:15   收藏:0   阅读:602

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

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

效果演示:

bubuko.com,布布扣

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

原文:http://blog.csdn.net/techzero/article/details/37328885

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!