UISearchBar and UISearchBarDelegate

   

We saw how an app can launch another app here.

Source code in Search.zip

  1. main.m
  2. Class SearchAppDelegate creates the view controller.
  3. Class ViewController is also the UISearchBarDelegate.
  4. Class View contains a UISearchBar which resizes itself with sizeToFit.

Things to try

  1. Search all the files (the filename or the content) that the app is allowed to see on the iPhone. See here.

  2. When we learn about SQLite databases, use a search bar to search them.