解决tableView分割线左边不到边的情况

    //解决tableView分割线左边不到边的情况
//    if ([tableView respondsToSelector:@selector(setSeparatorInset:)]) {
//        [tableView setSeparatorInset:UIEdgeInsetsZero];
//    }

原文地址:https://www.cnblogs.com/lear/p/3865671.html