PROTOCOL

UIStylable

swift
public protocol UIStylable

A protocol for UIComponent that can be styled.

Methods

apply(style:)

swift
func apply(style: AssociatedStyle)

Applies styling to the UI components

Parameters

Name Description
style The style configuration to be applied to the component