Is there any way to make the UITextField (horizontally) scrollable?
Thanks, Mihai
Is there any way to make the UITextField (horizontally) scrollable?
Thanks, Mihai
Do you mean a multi-line UITextField
? If that is the case you need UITextView
. By default it is multi-lines.