私はチュートリアルからこのコードを持っています:
// Do the search and show the results in tableview
// Deactivate the UISearchBar
// You'll probably want to do this on another thread
// SomeService is just a dummy class representing some
// api that you are using to do the search
NSArray *results = [SomeService doSearch:searchBar.text];
SomeServiceとは何ですか?それをダウンロードする方法は?
(私はグーグルで検索しました。)