Category: Objc App Development

Using Core Data: Workshop 4

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. […]

Using Core Data: Workshop 3

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 […]

Using Core Data: Workshop 2

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 […]

Using Core Data: Workshop 1

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 […]

SQLite Cheat Sheet

As Promised, here is the SQLite Cheat Sheet. It list all the SQLite functions and methods you’ve used in the Using SQLite workshops. The link to download this cheat sheet is located at the end of this page. Common SQLite Functions This table list common functions of the SQLite engine for preparing, executing, and finalizing SQL statements. This […]