FUIControlStateTintAttributesProvider
open class FUIControlStateTintAttributesProvider : FUITintAttributesProvider
The default implementation of the FUITintAttributesProvider
with FUIControlState as the TintState type.
-
The
TintStateof thisFUITintAttributesProviderisFUIControlState.Declaration
Swift
public typealias TintState = FUIControlState -
The dictionary to store the tint attributes for the specified states.
Declaration
Swift
open var tintAttributes: [FUIPropertyRef : [FUIControlState : [NSAttributedStringKey : Any]]] -
The current state.
Declaration
Swift
open var tintState: FUIControlState