When listening on changes from the Photo Library in photoLibraryDidChange()
,
PHObjectChangeDetails.assetContentChanged
sometimes returns false
for assets whose contents definitely have changed (it has been cropped). But somehow assetContentChanged
on the change details for that asset returns false
.
Asked
Active
Viewed 66 times
1

matt
- 515,959
- 87
- 875
- 1,141

WindowsMaker
- 3,132
- 7
- 29
- 46
-
2Have you tried this in iOS 10? I believe this is a known bug in iOS 9... – matt Jun 26 '16 at 02:28
-
mmm would it cause the library to return stall images? cuz that's what i see. I get a librarydidchange, and i try to refresh the image by requesting it. But sometimes it returns a non cropped image (stale) :( – WindowsMaker Jun 27 '16 at 17:17
-
Okay but that's not what you asked. – matt Jun 27 '16 at 17:30
-
lol you are right. this is actually very helpful. i'll see if this issue and the refreshing issue repro on iOS10 – WindowsMaker Jun 27 '16 at 18:12