PROTOCOL
UIStylable
public protocol UIStylable
A protocol for UIComponent that can be styled.
Methods
apply(style:)
func apply(style: AssociatedStyle)
Applies styling to the UI components
- Parameters:
- style: The style configuration to be applied to the component
 
 
Parameters
| Name | Description | 
|---|---|
| style | The style configuration to be applied to the component |