---
title: assetContentChanged
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phobjectchangedetails/assetcontentchanged
---

# assetContentChanged

A Boolean value that indicates whether the asset’s photo or video content has changed.

## Declaration

```swift
var assetContentChanged: Bool { get }
```

## Discussion

Discussion If this value true, you can use the PHImageManager class to retrieve updated content. This value is false if the asset has not changed or if the change details do not refer to a PHAsset object.

## See Also

### Getting Change Information

- [objectWasDeleted](photos/phobjectchangedetails/objectwasdeleted.md)
