UITableView

Cell分割線取消右移狀態spa

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

 

隱藏多餘的Cell分割線code

self.tableView.tableFooterView = [[UIView alloc] init];
相關文章
相關標籤/搜索