Reputation:
I want to use and develop a dictionary application for iOS and Mac, but I don't know how to use the Cocoa search field control . If there is sample code for that, please guide me there. If there is documentation for search field control, please guide me.
Upvotes: 1
Views: 573
Reputation: 10198
You can read about search field here: Documentation
And tutorial how to implement and validate the Search Field here: Tutorial
Upvotes: 1