I’m looking for this answer for quite some time before posting the question here. I’m quite sure it should be easy but….
I have a UITextField and when a user taps the Return Key a newline should be inserted. Just like WhatsApp is doing with the return key.
How can I achieve this?
Thanks in advance!
UITextViewhave this kind of behaviour. Try to use it instead of aUITextField