Before you can create applications that run on these iOS devices, you have to download Apple’s Software Development Kit (SDK). The SDK is used by iOS developers to create applications that run on these iOS devices. Figure 1: Apple’s iOS Devices The SDK is also used by Mac developers to create applications that run on Mac […]
Today, you will set up the Add Book scene and it class files in the project. The app user will use it to add managed objects (books) in the persistent store. The user will also be able to return to the Book View Controller scene by clicking the navigation bar button that says, Book List. […]
Today you’ll be given a bird’s eye view of the CoreDataWorkshop application you will develop in this workshop series. You will then set up the first scene and its class. The CoreDataWorkshop Application The Core Data application we will create in this workshop series will enable the user to perform CRUD operations using a navigation […]
In today’s workshop, you will do the following: create a Core Data application called CoreDataWorkshop, which you’ll develop in throughout this tutorial series import the Core Data framework in the project set up the Core Data stack in the AppDelegate class files Create a Data Model file Create an entity in the Data Model file […]
If you are a new visitor to our site, please read the Getting Started guide. The focus of the “Using Core Data” workshop series is to show you how to use classes and methods of the Core Data framework in an iOS application to persist and restore its data. I assume you’ve already gone through these workshops: Fundamental […]