I tried several times to use the PhotosPickerItem loadTransferable function with the goal of receiving some progress value especially when loading large video media.
However, the Progress object returned by the function has always isIndeterminate == true and so doesn't have any progress value to observe.
Is there some way to make it work ? Some configuration I might have overlooked ? Or is it just not working
I might have to revert back to the UIKit photo picker because of this
Post
Replies
Boosts
Views
Activity
In my project, I have some images that contains different formats for iPhone and iPad (screenshot example).
When trying to access those images with UIImage(named: "image_name") it always return nil on iPadOS 13 and iPadOS14, while working fine on iOS, and iPadOS15.
It is also working fine for other images
Is it a known issue with Xcode ? This bug seems to have started triggering recently has the images have been working fine until the last 2 months.
I'm using Xcode 13.3