---
title: indexPathAfterUpdate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewupdateitem/indexpathafterupdate
---

# indexPathAfterUpdate

The index path of the item after the update.

## Declaration

```swift
var indexPathAfterUpdate: IndexPath? { get }
```

## See Also

### Accessing the item changes

- [indexPathBeforeUpdate](uikit/uicollectionviewupdateitem/indexpathbeforeupdate.md)
- [updateAction](uikit/uicollectionviewupdateitem/updateaction.md)
- [UICollectionViewUpdateItem.Action](uikit/uicollectionviewupdateitem/action.md)
