Changing UILabel alignment

115 Views Asked by At

Is there a way to align the UILabel when using Formotion forms?

I asked this question on Formotion GitHub project, pasting more details here - https://github.com/clayallsopp/formotion/issues/181

In this case I want to right align the UILabel.

1

There are 1 best solutions below

0
FluffyJack On

There is a text_alignment option

There is also the textAlignment property on UITextField (@form.row(:email).text_field.textAlignment), which you can set to NSTextAlignmentRight

If you're trying to align the cell's label, you will likely just have to change the frames of the cell's subviews.