Skip to main content

AppearanceProvider

public protocol AppearanceProvider: AnyObject 

Inheritance

AnyObject

Default Implementations

appearanceDidRegister()

public func appearanceDidRegister() 

appearanceDidRegister()

func appearanceDidRegister() 

appearance

var appearance: Appearance 

Requirements

appearance

Appearance object to change appearance of the existing views or to use default appearance of the SDK by custom components.

var appearance: Appearance 

appearanceDidRegister()

This function is called after the appearance is registered.

func appearanceDidRegister()

By default it's used to check that appearance is register before the view is initialized to make sure the appearance is used correctly.

Did you find this page helpful?