My app allows users to pick images from Photo Library. I use UIImagePickerController for this. User may want to pick image from nested folders and finaly from particular album.
When user wants to pick another image again, the odds are good they will want to get image from the same album as previously.
Is there any way to instruct UIImagePickerController to show particular album (in this scenario the one from which previous image was loaded) when opening a new image ?
I found a similar question asked 10 years ago with negative answer, but since then maybe something have changed... [?] Open UIImagePickerController to custom photo album?