在我的应用程序中,我想访问Google Drive和Dropbox的文档。对于iCloud,它们是UIDocumentPickerViewController
,显示iCloud的文件。我正在寻找一些相同的谷歌驱动器和Dropbox。我必须为Dropbox和Google Drive手动创建UIDocumentPickerViewController
。
我在UIDocumentMenuViewController
attachmentMenu.addOptionWithTitle("Google Drive", image: R.image.google_Drive(), order: .First, handler: { () -> Void in
print("Google Drive")
})
UIDocumentPickerViewController还可以从Google Drive和Dropbox应用程序中选择文档,如果它们安装在设备上