How do I tell iOS to download a file from iCloud Drive and get progress feedback
问题 I am using the UIDocumentPicker to select a file but if it's large it can take a while to open and that is not a particularly good experience for users. I have looked at the iCloud programming guide from Apple and I cannot seem to figure out how to actually download a file and get some progress feedback, the documentation is just too vague. I know I am supposed to do something with NSMetadataItems, but there isn't much explaining actually how to get one and use it. Can someone please explain