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