3
我正在應用程序中選擇照片,我使用UIDocumentMenuViewController
來顯示文檔提供程序的擴展名列表。此列表顯示Dropbox,iCloud,GoogleDrive但不是本機照片應用程序,爲什麼? 樣品我的代碼:爲什麼照片應用程序未顯示在設備上的文檔提供程序擴展中?
UIDocumentMenuViewController *menuVC = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:@[@"public.image"] inMode:UIDocumentPickerModeImport];
首先,你的標題說「現在」,而不是「不」。 – iAdjunct
hehehe對不起:)修正了 –
我假設它也不在「更多...」 – iAdjunct