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