yohannes / Thoughtless

An iOS app that lets user quickly jot down thoughts with Markdown support
MIT License
27 stars 6 forks source link

it is recommended that you first save new doc locally and then call the NSFileManager method setUbiquitous:itemAtURL:destinationURL:error: to move the document file to iCloud storage. #92

Closed yohannes closed 7 years ago

yohannes commented 7 years ago

If you want to save a new document to the application’s iCloud container directory, it is recommended that you first save it locally and then call the NSFileManager method setUbiquitous:itemAtURL:destinationURL:error: to move the document file to iCloud storage. (This call could be made in the completion handler of the saveToURL:forSaveOperation:completionHandler: method.) See Moving Documents to and from iCloud Storage for further information.