CustomAtomicStoreSubclass

Last Revision:
Version 1.0, 2007-06-08
Illustrates the implementation of a custom Core Data atomic store.
Build Requirements:
Mac OS X v10.5, Xcode 3.0
Runtime Requirements:
Mac OS X v10.5

This example implements a custom Core Data store using the NSAtomicStore APIs. Note: Implementation decisions were made with an eye to clarity rather than performance.