Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 834 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 834 Bytes

MNDocumentController

MNDocumentController is a controller that manages on disk representations of UIDocuments. It supports either local or iCloud documents and performs all operations coordinated and asynchronous.

MNDocumentController is not a drop in replacement for your current solution and adapting it for your project will require a considerable amount of work. As several helper classes are missing it won't even compile on your system!

I'm releasing this code to help other who are struggling with adding iCloud to their own iOS apps. iCloud support in MNDocumentController is not perfect (for example folders are missing), but it's shipping code that is working reasonable well in my own app MindNode.

License

This code is licensed under the MT License. See LICENSE.md for more information.