Are there any good examples of using UIManagedDocument?

I just started a new iOS project and decided to use Core Data with UIManagedDocument. Unfortunately, this is a new class, so there are a few examples that still use it. As a newbie, I would really like to learn about UIManagedDocument from sample code or tutorials.

Are there any good examples or tutorials about using UIManagedDocument with master data in iOS?

+4
source share
2 answers

Paul Hegarty Lectures 13 and 14 in the Stanford CS193 iPhone / iPad development class cover basic data. 13 came out a couple of days ago and covers the theory. Lecture 14, when it is published, will be a demonstration. The entire class is published on iTunes U. and is outstanding.

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

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

+8
source

Here is an example: MultiDocumentPlusUUID .

Download the project, then add your own certificate, training profile and rights. Compile it and run on two devices. You can collect statistics on cloud update update delays.

This example is intended for developers to learn the API. It evolved from Rick Warren 's Example

0
source

Source: https://habr.com/ru/post/1385018/


All Articles