October 2012
Beginner
641 pages
11h 4m
English
So far, without writing any code, you’ve designed a pretty complex Inventory system that will keep track of items—in this case, Apress books—and add items to the database from the app itself. As you saw in Chapter 7’s Figure 7-87, it all works except that you don’t have any data linked to the app.
Here in Chapter 8, in step 3 of 3 for the app, you’ll be writing code that will connect your SQLite database to each of the View Controllers you created in Chapter 7.
Let’s start this third step by creating a custom UITableViewCell subclass.
Read now
Unlock full access