UITableView

Cell分割线取消右移状态

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

 

隐藏多余的Cell分割线

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

 

posted @ 2014-12-27 21:47  墨_守  阅读(102)  评论(0编辑  收藏  举报