RSDThemedUIStep
public protocol RSDThemedUIStep : RSDUIStep
RSDThemedUIStep
is a UI step that supports theme customization of the color and/or images used.
-
The view info used to create a custom step.
Declaration
Swift
var viewTheme: RSDViewThemeElement?
-
The color theme.
Declaration
Swift
var colorTheme: RSDColorThemeElement?
-
The image theme.
Declaration
Swift
var imageTheme: RSDImageThemeElement?