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.
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.
Copyright © 2021 Jogjafile Inc.
There is a text_alignment option
There is also the
textAlignmentproperty on UITextField (@form.row(:email).text_field.textAlignment), which you can set toNSTextAlignmentRightIf you're trying to align the cell's label, you will likely just have to change the frames of the cell's subviews.