使用Formotion表单时,有没有办法对齐UILabel?
我在Formotion GitHub项目中提出了这个问题,在此处粘贴了更多详细信息 - https://github.com/clayallsopp/formotion/issues/181
在这种情况下,我想右对齐UILabel。
答案 0 :(得分:1)
有一个text_alignment选项
UITextField(textAlignment
)上还有@form.row(:email).text_field.textAlignment
属性,您可以将其设置为NSTextAlignmentRight
如果您尝试对齐单元格的标签,则可能只需要更改单元格子视图的帧。