I am devloping an application where user have to give write some information. For this purpose i need a textfield which is multiline (in general textfield is a single line).
As i'm googling i find a answer of using UITextView in stead of UITextfield for this purpose.
Any Suggestion?