Update on the iOS 14 Beta 6:
On my side, this:
provider.loadItem(forTypeIdentifier: "public.movie", options: nil) { /* do stuff */ }
Gives me a URL pointing to a file that does not exist. So until now, it seems impossible to load a video from the new PHPickerViewController.
Is this a known issue?
Post
Replies
Boosts
Views
Activity
Update on the iOS 14 Beta 6:
On my side, this:
itemProvider.loadItem(forTypeIdentifier: "public.movie", options: nil) { /* do stuff */ }
Gives me a URL pointing to a file that does not exist. So until now, it seems impossible to load a video from the new PHPickerViewController.
Is this a known issue?