标签: swift3 tablecell
我想在表格单元格中为内容添加左边距,我写道:
if (indexPath.row == 0) { } else { cell.layoutMargins = UIEdgeInsets.zero cell.contentView.layoutMargins.left = 50.0 }
但是,它没有用。请帮帮我!