Maybe some iOS Devs knows this: I try to fetch all...
# multiplatform
s
Maybe some iOS Devs knows this: I try to fetch all images from my photo library using
PHAsset.fetchAssets(with: .image, options: *nil*)
but photos synced from my Mac (shown as "From my mac" in the gallery) are not contained there. How do I fetch also these photos?
1
Not very well documented, but fetchAssets() does not return every image as one might think. You have to iterate over albums.