Tuesday, June 25, 2024
HomeiOS Developmentios - UIDocumentPickerViewController not has delete possibility on lengthy press

ios – UIDocumentPickerViewController not has delete possibility on lengthy press


Beforehand (perhaps earlier than iOS 17) UIDocumentPickerViewController had a protracted press choice to delete a file, however this not exists.

UIDocumentPickerViewController *picker = [[UIDocumentPickerViewController alloc] initWithDocumentTypes:@[(NSString *)kUTTypeJPEG] inMode:UIDocumentPickerModeOpen];
picker.delegate = self;
picker.directoryURL = ubiquityURL;
picker.presentationController.delegate = self;
[self presentViewController:picker animated:YES completion:nil];

We’re having to inform our customers to go to the Information app to delete a file from iCloud Drive.

Is there one thing that I’m lacking that permits recordsdata to be deleted like earlier than?



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments