I already implemented UIDocument functionality (contentsForType:error:, SaveToURL:forSaveOperation:completionHandler:, loadFromContents:ofType:error:) to store simple text files in iCloud.
How do I implement file coordination? What are the advantages? Do I need to perform changes on previous code for reading/writing operations?
Thanks!