Home  /  ios  /  storage


Retrieving NSmangedObjectContext

Storing Objects in keychain

Keychain is normally used to simply store credentials. This snippet illustrates a workaround to store entire objects in the keychain and supply them with a persistent ref to have a direct reference to individual items.

Read more…

Using Coredata in your iOS app