Last week you were introduced to the Collection View Control and its components. You got a bird’s eye view of the BevUp! application we will create. I also gave you a bird’s eye view of the application’s data model. Our Objectives Today you’ll create the BevUp! application. You will design the first view to look […]
Category: Objc App Development
This is a six-part “walkthrough” tutorial that’ll show you how to use various features of the Collection View via a drink recipe application called BevUp. This is the first part of the “walkthrough” tutorial and in it you’ll learn exactly what the Collection View is. I will also introduce you to the BevUp application we’ll […]
If you are a new visitor to our site, please read the Getting Started guide. The page view controller is a container controller that allow the app user to navigate between pages of content. You can configure these attributes of the page view controller in Interface Builder or in code. The orientation of the page views – […]
This is the final workshop in the Using Core Data series. You will learn how to implement the ability for the app user to update attributes of a managed object in the persistent store. Setup The Book Detail Scene In order to enable app user to update attributes of a managed object in the persistent […]
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 […]