<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHFetchResultChangeDetails/fetchResultAfterChanges",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHFetchResultChangeDetails(py)fetchResultAfterChanges"
  },
  "title" : "fetchResultAfterChanges"
}
-->

# fetchResultAfterChanges

The current fetch result, incorporating recent changes.

```
var fetchResultAfterChanges: PHFetchResult<ObjectType> { get }
```

## Discussion

You can use this object to inspect the current state of the fetched objects even if the [`hasIncrementalChanges`](/documentation/Photos/PHFetchResultChangeDetails/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)