Skip to main content

appearance-properties

asObservableObject

Used to initialize _Components as ObservableObject.

public var asObservableObject: ObservableObject 

colorPalette

A color palette to provide basic set of colors for the Views.

public var colorPalette 

By providing different object or changing individual colors, you can change the look of the views.

fonts

A set of fonts to be used in the Views.

public var fonts 

By providing different object or changing individual fonts, you can change the look of the views.

images

A set of images to be used.

public var images 

By providing different object or changing individual images, you can change the look of the views.

localizationProvider

Provider for custom localization which is dependent on App Bundle.

public var localizationProvider: (_ key: String, _ table: String) -> String 

`default`

static var `default`: Appearance

Did you find this page helpful?