Ios – How to create a multi-line UITextField

ios

How can I implement a multiple line textfield like what I see in the iPhone messaging application. in other words, How to expand the box dynamically when user press return key or when text run to next line.
I notice this question already been asked at:

Objective C: How to create a multi-line UITextField?

and the solution was to use UITextView, however, UITextView doesn't look as deli gent as UITextView because it doesn't show border depth as UITextView.

regards,

Best Answer

You could use UITextView without border and put some UIImageViews above for your own border.