This chapter will complete the basic structure of our App. Search is the third and last tab on our screen. Users will be able to search a book by its title or will be able to get all books searched by an author name. Also, the search will be dynamic, as the user types the letter it will show the book name displayed.
Create the Search View Controller
As we have done before for “Add Book” and “Display Book,” create a search view controller as a cocoa touch class. We will name this file ...