UITableViewHeaderFooterView.ConfigurationUpdateHandler
The type of block for handling updates to the view’s configuration using the current state.
Declaration
typealias ConfigurationUpdateHandler = (UITableViewHeaderFooterView, UIViewConfigurationState) -> VoidParameters
- headerFooterView:
The header footer view to configure.
- state:
The new state to use for updating the header footer view’s configuration.