PhotosPicker on SwiftUI
In this blog post I'll show you how to use the new SwiftUI PhotosPicker API that was announced in the WWDC22 session What's new in the Photos picker.
The new SwiftUI PhotosPicker API is available on all picker-supported platforms:
iOS (16.0+)
iPadO...
blog.eidinger.info3 min read
Lila Q (LilaQ)
Hi Marco! Awesome article, thanks a lot! I have a quick question, is there a Swift-y way to actually read the Progress object? I tried returning it via .failure(Progress), but it seems like the values don't update.
Do you have any idea how to solve this? Would be great if I could have a ProgressView with actual progress data.
Thanks in advance!