CDBiCloudReadyDocumentsContainer 1.0.5

CDBiCloudReadyDocumentsContainer 1.0.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2016

Maintained by Kanstantsin Bucha, Kanstantsin Bucha.



 
Depends on:
CDBKit~> 0.0
CDBUUID~> 1.0.0
 

UIDocument based container with CRUD operations supposed to use with iCloud Documents

UIDocument CRUD container maintains connection to iCloud and make delegates calls on it's' state changed. It also provide a list of documents stored on the cloud and updates it in real time. UIDocument CRUD container also could create local documents and read, update, delete loacal and iCloud documents. It also could move documents from a local directory to the cloud and vise versa. CDBDocument resolves conflicts automatically based on the latest version. CDBDocument could rename file of a document. CDBDocument provides document file states and user friendly properties to check them.

TODO

  • Readme HOWTO
  • Example project
  • Implement move document logic, update rename by moving from document to container

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CDBiCloudReadyDocumentsContainer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CDBiCloudReadyDocumentsContainer"

Author

yocaminobien, [email protected]

License

CDBiCloudReadyDocumentsContainer is available under the MIT license. See the LICENSE file for more info.