Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Core Data HTML Store
Last Revision: | Version 1.1, 2007-06-01 Removed use of deprecated NSURL loading API. Removed use of deprecated NSString API. Updated to match current NSAtomicStore API. (Full Revision History) |
Build Requirements: | Xcode 3.0 |
Runtime Requirements: | Mac OS X 10.5 |
This example illustrates how to create a custom atomic store and integrate it into any application. The format of the store is HTML and all data is stored as HTML tables. Each table maps to an entity. Each row in the table represents a managed object. Each table data element contains a property value. Relationships are represented as anchored links to other tables.
Copyright © 2007 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2007-06-01