views:

56

answers:

1

is it possible to put a line break in a UITextField or would I have to use UITextView?

thanks

A: 

I think you would need to use the UITextView for line feeds. They seem to be ignored by UITextField.

jkilbride
thanks. i went ahead and used the UITextView instead.
hanumanDev