---
title: UITableViewCell.ConfigurationUpdateHandler
framework: uikit
role: symbol
role_heading: Type Alias
path: uikit/uitableviewcell/configurationupdatehandler-swift.typealias
---

# UITableViewCell.ConfigurationUpdateHandler

The type of block for handling updates to the cell’s configuration using the current state.

## Declaration

```swift
typealias ConfigurationUpdateHandler = (UITableViewCell, UICellConfigurationState) -> Void
```

## Parameters

- `cell`: The table view cell to configure.
- `state`: The new state to use for updating the cell’s configuration.

## See Also

### Managing the state

- [configurationState](uikit/uitableviewcell/configurationstate-4xwj0.md)
- [setNeedsUpdateConfiguration()](uikit/uitableviewcell/setneedsupdateconfiguration().md)
- [updateConfiguration(using:)](uikit/uitableviewcell/updateconfiguration(using:).md)
- [configurationUpdateHandler](uikit/uitableviewcell/configurationupdatehandler-974.md)
