Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good examples of using UIManagedDocument available?

Tags:

ios

core-data

I just started a new iOS project and chose to use Core Data with UIManagedDocument. Unfortunately, this is a new class so there aren't many examples out there that use it yet. As a beginner, I would really like to learn from some sample code or tutorials about UIManagedDocument.

Are there any good examples of or tutorials about the use of UIManagedDocument with Core Data on iOS?

like image 385
animal_chin Avatar asked Feb 22 '23 05:02

animal_chin


1 Answers

Paul Hegarty's Lectures 13 and 14 of the Stanford CS193 iPhone/iPad development class cover Core Data. 13 came out a couple days ago and covers the theory. Lecture 14, when it gets posted will be a demo. The whole class is being posted on iTunes U., and is outstanding.

Here's the course on Stanford's site: http://cs193p.stanford.edu/

Visit iTunes U for the videos and slides. Other files (including the demo files) are on Stanford's site.

like image 111
Byron Avatar answered May 18 '23 13:05

Byron