views:

572

answers:

1

Hi all, I need to enter multiline text in the iphone text area. but the default textfiled is of single line. is there any way to make it multilined.

Thanks in advance, Shibin.

+3  A: 

Use UITextView instead

Vladimir
Thanks, Initially i thought the UITextView is not editable.
Shibin Moideen