phpickerviewcontroller Questions
1
Is there a way to show the user's current photo selections when presenting a PHPickerViewController manually? For example, when using the following code the picker doesn't show any of the user's cu...
Applejack asked 28/9, 2020 at 20:45
2
I have a problem with the new PHPickerViewController on iOS 14. When my app request for photo library authorization, the system will prompt the user with three options, and if the user selects &quo...
Earmark asked 27/10, 2020 at 4:30
3
I have reviewed the WWDC2020 video explaining how to adopt the new PHPickerViewController API. I have also seen several blogs showing exactly the following code.
func picker(_ picker: PHPickerViewC...
Kaiserism asked 17/2, 2021 at 11:14
2
I got this message when trying to import an image using a PHPickerViewController:
2022-10-29 12:52:17.775185+0200 screenfreeze[38500:5423936] [claims] 2AA2E9DE-9603-4723-B04C-35F09BB99667 grantAcc...
Belize asked 29/10, 2022 at 11:8
2
In iOS 14 Apple has introduced PHPickerViewController where user has access to provide permission to all photo library videos or selected videos.
In first case when we provide permission to all vid...
Eatable asked 19/5, 2021 at 9:45
3
Solved
So, I found similar questions asked before but when I tried the same way as what I got, and it does not work as I expected, so what I'm trying to do is, I want to get PHAsset from PHPickerResult fr...
Hyacinth asked 3/8, 2020 at 8:16
1
Solved
I need the ability for a user to select multiple photos and videos from there photo library. (Using PHPickerViewController) I already know how to get images with this:
func picker(_ picker: PHPicke...
Arthro asked 6/3, 2022 at 23:24
4
Solved
I'm trying to implement a PHPickerViewController using SwiftUI and The Composable Architecture. (Not that I think that's particularly relevant but it might explain why some of my code is like it is...
Hoicks asked 23/9, 2021 at 19:51
0
I'm getting the url using PHPickerViewControllerDelegate. I've confirmed that my url has properly feed into the code but when i play the video node, no video is displayed and i dont hear any sound,...
Illyes asked 16/4, 2021 at 13:44
1
I use Limited Photos Library feature and have selected a few photo but when use PHPickerViewController to select images in the application, PHPickerViewController shows all images in the gallery in...
Topmast asked 8/10, 2020 at 8:35
1
In order to fetch photo's creationDate, so use requestAuthorizationForAccessLevel before show PHPickerViewController.
PHAccessLevel level = PHAccessLevelReadWrite;
[PHPhotoLibrary requestAuthoriz...
Achates asked 10/9, 2020 at 3:19
0
I'm playing around with the new photo picker in SwiftUI 2 and I made a simple app to show the imported images in a LazyVGrid but when scrolling down, if I imported around 150 images the app finish ...
Claudiaclaudian asked 18/7, 2020 at 15:54
1
Solved
In WWDC20 apple introduced PHPickerViewController - the modern replacement for UIImagePickerController.
I'm wondering if it's possible to retrieve PHAsset using the new photo picker?
Here is my cod...
Selfcongratulation asked 28/6, 2020 at 17:11
1
© 2022 - 2024 — McMap. All rights reserved.