Tim Sullivan
Tim Sullivan

Reputation: 16898

Creating a UITextField that works like the iOS Mail's "To" field

In iOS's Mail app, when you enter in the email of someone who is in your contact list it formats the text in an interactive bubble. I can't seem to find any obvious way to do this, and it's exactly what my app needs to do, and I'm not even sure where to start.

Any pointers to where to look would be appreciated!

Upvotes: 5

Views: 5252

Answers (1)

dlundqvist
dlundqvist

Reputation: 91

Looks like a duplicate of Is there an iPhone equivalent to the NSTokenField control?

Short answer, no, nothing public.

Upvotes: 4

Related Questions