去掉tableView空白区域的分割线
//把多余的分割线去掉 UIView * footerView = [[UIView alloc] initWithFrame:CGRectZero]; self.tableView.tableFooterView = footerView;
posted on 2017-12-29 18:35 JieFangZhe 阅读(246) 评论(0) 收藏 举报
//把多余的分割线去掉 UIView * footerView = [[UIView alloc] initWithFrame:CGRectZero]; self.tableView.tableFooterView = footerView;
posted on 2017-12-29 18:35 JieFangZhe 阅读(246) 评论(0) 收藏 举报