Style
public protocol Style
Style protocol represents style which can be applied on control
-
Apple style on control.
Declaration
Swift
func performStyle(on control: TargetControl)
Parameters
control
control which can be styled.