---
title: fetchResultAfterChanges
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phfetchresultchangedetails/fetchresultafterchanges
---

# fetchResultAfterChanges

The current fetch result, incorporating recent changes.

## Declaration

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

## Discussion

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.

## See Also

### Getting the Changed Fetch Result

- [fetchResultBeforeChanges](photos/phfetchresultchangedetails/fetchresultbeforechanges.md)
