I have a UITextField that is 300px width and 270px height. When I want to edit it, the cursor goes automatically in the middle and I can only write on the middle line.
How can I set this UITextField to have severals lines and a cursor starting at the top-left ?
I have a UITextField that is 300px width and 270px height. When I want
Share
Simple answer, just use
UITextViewinstead.