Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Core Data: Apple's API for Persisting Data on Mac OS X (repost)

Posted By: Veslefrikk
Core Data: Apple's API for Persisting Data on Mac OS X (repost)

Core Data: Apple's API for Persisting Data on Mac OS X
Pragmatic Bookshelf | 2009 | ISBN: 1934356328 | 256 pages | PDF | 2,6 MB

Whether you are targeting Mac OS X or the iPhone, at some point your Cocoa application is probably going to need to persist data. You could struggle with SQLite, generate XML, or create your own binary format.