is it possible to put a line break in a UITextField or would I have to use UITextView?
thanks
is it possible to put a line break in a UITextField or would I have to use UITextView?
thanks
I think you would need to use the UITextView for line feeds. They seem to be ignored by UITextField.