CustomizableComponents
public protocol CustomizableComponents
The main protocol that contains all customizable components of the SDK. Developers can create their own type conforming to this protocol to provide a custom theme.
-
Undocumented
Declaration
Swift
var lightColors: CardFormColors { get } -
Undocumented
Declaration
Swift
var darkColors: CardFormColors { get } -
Undocumented
Declaration
Swift
var textField: TextFieldCategories { get } -
Undocumented
Declaration
Swift
var textLabels: TextLabelCategories { get } -
Undocumented
Declaration
Swift
var layout: LayoutCategories { get } -
Undocumented
Declaration
Swift
var cardLogoBanner: CardLogoBannerApperance { get }