FUITintAttributesProvider
public protocol FUITintAttributesProvider : FUIStyleByTintAttributes
Undocumented
-
Undocumented
Declaration
Swift
associatedtype TintState
-
tintAttributes(for:)
Default implementationStandard Fiori Design Guidelines style implementation, for various
FUIControlState
conditions. Provided by SDK.Default Implementation
Declaration
Swift
func tintAttributes(for property: FUIPropertyRef) -> [NSAttributedStringKey : Any]
-
Undocumented
Declaration
Swift
func tintAttributes(for property: FUIPropertyRef, state: TintState) -> [NSAttributedStringKey : Any]