Workshop 4: Design The App View

The goal of this chapter is to show you how to use Xcode 6 IDE to design an iOS application’s user interface by adding controls on the storyboard scene and setting attributes of the scene’s controls. Before you begin I assume the following: You installed Xcode 6 on your Mac You’ve created an iOS project called […]

Using Core Data: Workshop 5

So far you’ve set up the Book List and Add Book scenes. You added code in their class files to make them functional. In today’s workshop you’ll add code in the BookListViewController class to enable the user to delete a book from the persistent store and to delete a row from the view’s table view […]