How to create a multiline UITextfield?

I am developing an application where user has to write some information. For this purpose I need a UITextField which is multi-line (in general UITextField is a single line).

As I’m Googling I find a answer of using UITextView instead of UITextfield for this purpose.

11 Answers
11

Leave a Comment