iOS: How can I merge conflicted UIDocument's in iCloud?
问题 I'm having trouble understanding what my options are to merge 2 or more conflicted versions of a UIDocument stored in iCloud. After detecting the document conflict, I currently use removeOtherVersionsOfItemAtURL to simply keep the latest version of the document's data. However, I would like to support merging conflicted documents. The only resources and tutorials I found referred to Core Data and persistent stores for merging, and the examples used things like SQLite , which I don't use. In