Swift - Eureka /在ButtonRow的左右两侧添加边距

时间:2018-05-05 09:34:46

标签: ios swift eureka-forms

我正在使用Eureka创建表单。

在表单中添加了ButonRow,但是不能在按钮的左侧和右侧添加边距(可能是填充?),以使其更小并居中。

我怎样才能做到这一点?

image link

1 个答案:

答案 0 :(得分:1)

.cellSetup { cell, _ in
    cell.indentationLevel = 1
    cell.indentationWidth = 12
    cell.contentView.layoutMargins.right = 20
}