Contents

UITableViewHeaderFooterView.ConfigurationUpdateHandler

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

Declaration

typealias ConfigurationUpdateHandler = (UITableViewHeaderFooterView, UIViewConfigurationState) -> Void

Parameters

  • headerFooterView:

    The header footer view to configure.

  • state:

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

See Also

Managing the state