Theme
public struct Theme
A theme structure encompassing colors, fonts and anything else that’s configurable on the SDK’s UI elements
-
Initializes the theme with specified palette and typography
Declaration
Swift
public init(palette: Palette, typography: Typography, metrics: UIMetrics)Parameters
palettePalette of colors to apply
typographySet of fonts to apply
metricsSet of UI metrics to apply
View on GitHub
Theme Structure Reference