xmartlabs/XLForm

How to make alignment of edited textfield to the right of cell (not close left to title)?

Closed this issue · 2 comments

subj

Figured out:
[row.cellConfig setObject:@(NSTextAlignmentRight) forKey:@"textField.textAlignment"];

useful for me