XLForm - 如何左对齐单元格?

时间:2016-03-12 15:55:08

标签: ios iphone xcode swift xlform

我使用了真棒库XLForm,但是在设计XLFormRowDescriptorTypeSelectorActionSheet类型行时遇到了问题。

我希望标签左对齐,而不是像现在一样右对齐。

我可以在其他类型的行上执行此操作,但它不适用于SelectionActionSheet类型行

row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.Center.rawValue

1 个答案:

答案 0 :(得分:0)

这是您的问题或代码中的拼写错误吗?

row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.Center.rawValue

您已输入.Center.而不是.Left