5

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!

Tim Sullivan
  • 16,808
  • 11
  • 74
  • 120

1 Answers1

4

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

Short answer, no, nothing public.

rptwsthi
  • 10,094
  • 10
  • 68
  • 109
dlundqvist
  • 91
  • 1
  • 5
  • Unfortunately, inside the link you posted, clicking TTPickerTextField only leads to 404 page not found. – o.shnn Jul 06 '15 at 13:05
  • @OrShanoon https://github.com/facebookarchive/three20/blob/cc672132abf4539e2fa61b2b9f382fb3e88dc49a/src/Three20UI/Headers/TTPickerTextField.h should work. – dlundqvist Aug 16 '15 at 23:49