Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mail like search field with tokens (Mac OS X 10.7)

Is there a standard control for developers to get the search field behavior like in Mail (Mac OS X 10.7) to make advanced searches with tokens?

In Mail the tokens are used to visualize a search for a mail which for example was sent by a person with the name "Steve Jobs". I try to accomplish the same but in another context.

like image 713
brutella Avatar asked Dec 27 '11 10:12

brutella


Video Answer


1 Answers

What your looking for is called a token field. See the Token Field Programming Guide. (Also documented on the CocoaDev Wiki)

like image 130
RyanWilcox Avatar answered Oct 09 '22 10:10

RyanWilcox