Tag Archives: Core Data

Synchronizing the content of multiple NSArrayControllers

As an application grows and it’s UI becomes more complex, you definetly want to split the UI into multiple views and hold each of it in a seperate Nib File. This makes your project a lot more cleaner and helps … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

Core Data Encryption

I recently wondered how to encrypt the attributes of a Core Data application. The encryption should be transparent to the application, which means the entity objects should do all of the encryption/ decryption work and the rest of the application … Continue reading

Posted in Core Data | Tagged , , , | 5 Comments