I have my callback registered and it's called repeatedly without anything changing in the photo album. I'm getting the assets via
PHAssetCollection.fetchAssetCollections
In the callback, I update my PHFetchResult
and PHCollection
to the one passed in the callback. I process the changeDetails
yet the callback keeps getting called.
Any ideas?