fetchResultAfterChanges
The current fetch result, incorporating recent changes.
Declaration
var fetchResultAfterChanges: PHFetchResult<ObjectType> { get }Discussion
You can use this object to inspect the current state of the fetched objects even if the hasIncrementalChanges property’s value is false. Using this fetch result is equivalent to performing once more the same fetch that returned the original fetch result.