Lesson 3: Adding data to the database

Now that the application has a database on the device with its schema initialized, it can start adding names to the database. To do this, the application uses a new screen with a text field.

 View controller for new names
 Root view controller setup
 Inserting new names into the database
 Build the application