DefaultLabelCustomization
@objc(Checkout3DSDefaultLabelCustomization)
public final class DefaultLabelCustomization : NSObject, LabelCustomization
A LabelCustomization object with default fonts and colors.
- Tag: DefaultLabelCustomization
-
The color of the heading text on the challenge screen.
Declaration
Swift
@objc public let headingTextColor: UIColor -
The font of the heading text on the challenge screen.
Declaration
Swift
@objc public let headingFont: UIFont -
The font of the DefaultLabelCustomizationt on the challenge screen.
Declaration
Swift
@objc public let font: UIFont -
The text color of the DefaultLabelCustomizationt on the challenge screen.
Declaration
Swift
@objc public let textColor: UIColor -
Initializes a DefaultLabelCustomization object.
Declaration
Swift
@objc public init(headingTextColor: UIColor = DefaultSystemColor.label, headingFont: UIFont = .preferredFont(forTextStyle: .headline), font: UIFont = .preferredFont(forTextStyle: .body), textColor: UIColor = DefaultSystemColor.label)
DefaultLabelCustomization Class Reference