awkward / Tatsi

A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos
MIT License
110 stars 30 forks source link

Add support for iCloud shared albums #16

Closed AvdLee closed 5 years ago

AvdLee commented 5 years ago

It looks like those albums are not showing in the picker. It would be great to see iCloud shared albums as well.

renssies commented 5 years ago

Supporting the shared albums was on my internal roadmap to implement and I finally had the time to implement it. Shared albums are now available in the master of the project.

Here is the PR for reference: https://github.com/awkward/Tatsi/pull/17