1

I am coding in swift 3 and I want to type a message in an app but when you type more than the leght of the text field, the beginning of your typing disappears. How can I code that my tekstfield gets multiple lines of text if you type more?

Thanks for helping me

1 Answers1

0

You cannot. Text fields are designed to only have one line.

Replace it with a UITextView instead.

Alex Ioja-Yang
  • 1,428
  • 13
  • 28