The address field in Mail is UITextField?
Hi,
in the mail app of the iphone, are the "to", "cc" and "bcc" fields UITextField or UITextView? and:
1. how they layout the entry (blue and in nice rounded box) if we click return button.
2. how can I have a multiline text (only if necessary)
3. when we finish the editing, how returns it to one line field
I found this class in AppKit.framework did this work with iphone?
"NSTokenField is a subclass of NSTextField that provides tokenized editing similar to the address
field in Mail.app."
Thanks
|