Ana*_*777 12 xcode ios icloud uidocumentpickervc icloud-drive
我正在研究iOS App上的文件共享,我是新手UIDocumentPickerViewController
.我不知道为什么我的应用程序崩溃了.
UIDocumentPickerViewController *documentPicker = [[UIDocumentPickerViewController alloc] initWithDocumentTypes:@[@"public.image"] inMode:UIDocumentPickerModeImport];
documentPicker.delegate = self;
documentPicker.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:documentPicker animated:YES completion:nil];
Run Code Online (Sandbox Code Playgroud)
应用程序在突出显示的行上崩溃.
有没有人以前做过这个?我想像下面的附件一样做
归档时间: |
|
查看次数: |
14116 次 |
最近记录: |