You cannot use the setStyle() method on UITextField. To apply styles for example align text in a UITextField you use UITextFormat and setTextFormat.
1 2 3 4 5 6 7 | |
You cannot use the setStyle() method on UITextField. To apply styles for example align text in a UITextField you use UITextFormat and setTextFormat.
1 2 3 4 5 6 7 | |