UITableViewCell样式及 取消并只显示有数据的分割线
2016-09-23 本文已影响321人
陈水寒
http://blog.csdn.net/crazyzhang1990/article/details/12503163
//只有数据的才显示分割线,写了下面这句后不能设置separatorStyle
self.tableView.tableFooterView = [[UIView alloc] init];
http://blog.csdn.net/crazyzhang1990/article/details/12503163
//只有数据的才显示分割线,写了下面这句后不能设置separatorStyle
self.tableView.tableFooterView = [[UIView alloc] init];