Hi devs, I am writing my firsts app in SwiftUI and there are lots of things to learn. In going for SwiftUI I am implementing some of the newer controls such as PHPhotoPicker (iOS 14+) which is permissioned dynamically by the user selecting content.
However, in the picker I would like the user to be able to see all their albums. Currently they see only the following:
Videos
Selfies
Time-Lapse
Slo-Mo
Cinematic
Screen Recordings
Import
Hidden
So is there any way to show for instance the album?, without reverting to an older picker view.
Thank you in advance to anyone who might know a way to enact this…