The UIDocumentPickerViewController is not allowing me to select multiple files when the Search Field is filled with some string.
If I search for files in a folder, the select button does not appear even though I set the allowMultipleSelection to true.
I am using SwiftUI with UIViewControllerRepresentable wrapper. I set allowMultipleSelection both when I makeUIViewController and when I updateUIViewController.
Is there a work-around for this?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am using Swift with the default CoreData + CloudKit template for my app. Is there anyway to get back the CKError values when loading/saving data to iCloud. I'd like to tell the user when they have exceeded their iCloud storage or when their account it temporarily unavailable.
--Thanks, Lee
I am loading files from the iCloud drive and I am getting the following error message:
nil host used in call to allowsAnyHTTPSCertificateForHost
NSURLConnection finished with error - code -1002
even though the path to my files begins with file://
It doesn't happen all the time and it doesn't happen on the same file every time.
Any ideas why this is happening? Any suggestions as to how to fix this?