我已经实现了UIDocument功能(contentsForType:error:
,SaveToURL:forSaveOperation:completionHandler:
,loadFromContents:ofType:error:
)来在iCloud中存储简单的文本文件。
如何实施文件协调?有什么好处?我是否需要对以前的代码进行读/写操作的更改?
谢谢!
答案 0 :(得分:1)
UIDocument已经提供文件协调"免费"。有关使用UIDocument的更多优点,请参阅此处的UIDocument文档:https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDocument_Class/index.html