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.