UITableViewCell 左边间距到头

放在 UITableViewCell的这里即可

override func layoutSubviews() {
        super.layoutSubviews()
        separatorInset = .zero
        preservesSuperviewLayoutMargins = false
        layoutMargins = .zero
    }

你可能感兴趣的:(UITableViewCell 左边间距到头)