Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 542
Tim Sullivan Avatar asked Oct 13 '22 22:10

Tim Sullivan


1 Answers

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

Short answer, no, nothing public.

like image 154
dlundqvist Avatar answered Nov 15 '22 14:11

dlundqvist