Hey guys!
I want to build a NSTokenField that works just like the recipient field in Mail.app. I know how to search the address book for names and emails. These are probably really bad noob questions, sorry for that.
How can I reformat my search results array to get items in the format "Name <email>" (like the auto completion results in Mail.app)
How does the NSTokenField Completion method work? I can't find a code example that works for me. Can you explain it or give me some code?