首页 > 技术文章 > UITableView

mo-shou 2014-12-27 21:47 原文

Cell分割线取消右移状态

[tableView setSeparatorInset:UIEdgeInsetsMake(0,0,0,0)];

 

隐藏多余的Cell分割线

self.tableView.tableFooterView = [[UIView alloc] init];

 

推荐阅读