改变UILabel对齐方式

时间:2013-12-18 02:21:55

标签: rubymotion formotion

使用Formotion表单时,有没有办法对齐UILabel?

我在Formotion GitHub项目中提出了这个问题,在此处粘贴了更多详细信息 - https://github.com/clayallsopp/formotion/issues/181

在这种情况下,我想右对齐UILabel。

1 个答案:

答案 0 :(得分:1)

有一个text_alignment选项

UITextField(textAlignment)上还有@form.row(:email).text_field.textAlignment属性,您可以将其设置为NSTextAlignmentRight

如果您尝试对齐单元格的标签,则可能只需要更改单元格子视图的帧。