Top "Uidocumentpickervc" questions

Implement Document Picker in swift (iOS)

I want to pick a file of any type(.pdf, .docs, .xlsx, .jpeg, .txt, .rtf, etc) functionality in my iOS …

ios swift uidocumentpickervc
Swift write/save/move a document file to iCloud drive

I've been trying for over two days to write a file to iCloud drive. I have tried writing a simple …

swift icloud uidocument icloud-drive uidocumentpickervc
My app is getting crashed on UIDocumentPickerViewController

I am working on file sharing on my iOS App, I am new to UIDocumentPickerViewController. I do not know why …

ios xcode icloud icloud-drive uidocumentpickervc
Swift - Get file size from url

i am using documentPicker to get url path of any document and then uploaded to the database. I am choosing …

ios swift filesize uidocumentpickervc
How to initialise UIDocumentPickerViewController with all type of UTIs

I want to open UIDocumentPickerViewController and It should allow user to select all type of files. I tried to mention …

ios objective-c icloud uidocumentpickervc
UIDocumentPickerViewController returns url to a file that does not exist

I'm using UIDocumentPickerViewController to let the user select a file from iCloud Drive for uploading to the backend. Most of …

ios icloud icloud-drive uidocumentpickervc