如何在UIDocument中实现文件协调

时间:2014-08-31 02:08:07

标签: ios icloud uidocument nsfilecoordinator

我已经实现了UIDocument功能(contentsForType:error:SaveToURL:forSaveOperation:completionHandler:loadFromContents:ofType:error:)来在iCloud中存储简单的文本文件。

如何实施文件协调?有什么好处?我是否需要对以前的代码进行读/写操作的更改?

谢谢!

1 个答案:

答案 0 :(得分:1)

UIDocument已经提供文件协调"免费"。有关使用UIDocument的更多优点,请参阅此处的UIDocument文档:https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDocument_Class/index.html