私は写真を選ぶためにアプリで作業していUIDocumentMenuViewController
ます。ドキュメントプロバイダーの拡張機能のリストを表示するために使用していました。このリストには Dropbox、iCloud、GoogleDrive が表示されますが、ネイティブの写真アプリは表示されません。なぜですか? 私のコードのサンプル:
UIDocumentMenuViewController *menuVC = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:@[@"public.image"] inMode:UIDocumentPickerModeImport];