The latest screencasts on iOS (iPhone and iPad) development:

Encryption Strategies in iOS apps

Episode 25 | 10 minutes | published on 11/08/2012
When data sensitivity is an issue, we have several ways to make sure customer's data is stored in an iOS device in a secure manner. Today we will explore them.

Two Datastores

Episode 24 | 10 minutes | published on 11/07/2012
Usually our persistence layer uses a single data store - but sometimes it's not enough. In this episode we will configure a CoreData project to work with two different underlying data stores.

Adding Core Data to existing project

Episode 23 | 5 minutes | published on 11/05/2012
Sometimes you create a project without CoreData enabled, and then realize it might be a good idea to have it. I will show you 3 simple steps required to add CoreData to an already existing iOS project