Colors
public struct Colors
Color configuration struct for colors used within the SDK.
-
Initializes a color configuration struct.
All colors are optional. If no provided default will be used.
Declaration
Swift
public init(primary: UIColor? = nil)Parameters
primaryColor used as a primary e.g. buttons, tint color, shadows
View on GitHub
Colors Structure Reference