<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewHeaderFooterViewConfigurationUpdateHandler",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@T@UITableViewHeaderFooterViewConfigurationUpdateHandler"
  },
  "title" : "UITableViewHeaderFooterViewConfigurationUpdateHandler"
}
-->

# UITableViewHeaderFooterViewConfigurationUpdateHandler

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

```
typedef void (^)(__kindof UITableViewHeaderFooterView *, UIViewConfigurationState *) UITableViewHeaderFooterViewConfigurationUpdateHandler;
```

## Parameters

`cell`

The header footer view to configure.

`state`

The new state to use for updating the header footer view’s configuration.

---

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)