VGSCheckoutViewThemeProtocol
public protocol VGSCheckoutViewThemeProtocol
Defines Checkout main view UI Theme.
-
The view’s background color.
Declaration
Swift
var checkoutViewBackgroundColor: UIColor { get set }
-
The section view’s background color.
Declaration
Swift
var checkoutSectionViewBackgroundColor: UIColor { get set }
-
The font of the section title.
Declaration
Swift
var checkoutFormSectionTitleFont: UIFont { get set }
-
The color of the section title.
Declaration
Swift
var checkoutFormSectionTitleColor: UIColor { get set }