TextField multiple value. Similar to Mail app

Hi

I am trying to implement something similar to Mail app. I need a textfield that can take multiple values from a pre loaded strings. Very similar to this image.
Eveytime you start typing, it shows matching entities. Especially every time you add a string, app starts a fresh search



Thank you


Photo taken from http://cdn.osxdaily.com/wp-content/uploads/2013/07/move-email-recipients-quickly-ios.jpg

Accepted Reply

It sounds like you need something like this:


developer.apple.com/reference/appkit/nstokenfield

Replies

It sounds like you need something like this:


developer.apple.com/reference/appkit/nstokenfield