设置UITableView分割线距左边的间距

```
[self.tableView setSeparatorInset:UIEdgeInsetsZero];
[self.tableView setLayoutMargins:UIEdgeInsetsZero];

-(void)tableView:(UITableView )tableView willDisplayCell:(UITableViewCell )cell forRowAtIndexPath:(NSIndexPath *)indexPath{
[cell setSeparatorInset:UIEdgeInsetsZero];
[cell setLayoutMargins:UIEdgeInsetsZero];
}```

上一篇:栅格那点儿事(四C)


下一篇:2017年12月14日 LinQ高级查&&Asp.net WebForm Asp.net MVC