Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用很棒的库 XLForm,但是在设置 XLFormRowDescriptorTypeSelectorActionSheet 类型行时遇到了问题。
我希望标签左对齐,而不是像现在这样右对齐。
我可以在其他类型的行上执行此操作,但它不适用于 SelectionActionSheet 类型的行
row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.Center.rawValue
这是您的问题或代码中的错字吗?
你输入.Center.了而不是.Left
.Center.
.Left