user1173272
user1173272

Reputation:

How can I use the Search Field Control in iOS and Mac?

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

Answers (1)

Justin Boo
Justin Boo

Reputation: 10198

You can read about search field here: Documentation

And tutorial how to implement and validate the Search Field here: Tutorial

Upvotes: 1

Related Questions