iOS-UITableView

时间:2020-04-29 21:19:17   收藏:0   阅读:68

1. 去掉数据下方的分割线

技术分享图片

 

解决一:把tableView的风格设置为group的

解决二: self.tableView.tableFooterView = [[UIView alloc] init];

 2. 

技术分享图片

原文:https://www.cnblogs.com/yintingting/p/12804438.html

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