If you are new to iOS programming, one confusing aspect you are going to run into quickly (well, as soon as you need to persist data on your device) is Appleās Core Data. Core Data is an object graph and persistence framework provided by Apple in the Mac OS X and iOS operating systems. Core Data interfaces directly with SQLite, insulating the developer from the underlying SQL
SSDataKit is a third party library that takes care of a lot of the boilerplate code needed to manage a Core Data application.