Nickkk
Nickkk

Reputation: 2647

Add a scope bar to filter search results in Cocoa?

I have a search field in my Cocoa app and I'd like to add a scope bar like in Mail to filter search results (in Mail you can filter search results by selecting the folder in which you want to search for e-mails). This bar (like in Mail) should appear only when the user enters some text into the search field and should contain some buttons that the user can toggle to filter the search results. How can I achieve that?

Upvotes: 1

Views: 468

Answers (1)

Dave DeLong
Dave DeLong

Reputation: 243156

How about by using MGScopeBar?

Upvotes: 0

Related Questions