Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Album Button Not Showing #346

Open
noahbino opened this issue May 27, 2022 · 3 comments
Open

Album Button Not Showing #346

noahbino opened this issue May 27, 2022 · 3 comments

Comments

@noahbino
Copy link

The album button is not showing, even in the example application. Anyone know how to fix this?

@AhmedShammala
Copy link

@noahbino did you figure this out?

@AhmedShammala
Copy link

@noahbino you need to add this options

let options = imagePicker.settings.fetch.album.options
imagePicker.settings.fetch.album.fetchResults = [PHAssetCollection.fetchAssetCollections(with: .smartAlbum, subtype: .smartAlbumUserLibrary, options: options), PHAssetCollection.fetchAssetCollections(with: .album, subtype: .albumRegular, options: options)]

@irfanabdulkhaliq
Copy link

irfanabdulkhaliq commented Dec 21, 2022

@AhmedShammala Above code is not working on IOS 16. Anyone who knows how to show album list while selecting photo. @noahbino did you find out the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants