UIButton.ConfigurationUpdateHandler
A closure to update the configuration of a button.
Declaration
typealias ConfigurationUpdateHandler = (UIButton) -> VoidParameters
- button:
The button to update.
A closure to update the configuration of a button.
typealias ConfigurationUpdateHandler = (UIButton) -> VoidThe button to update.