DefaultFooterCustomization
@objc(Checkout3DSDefaultFooterCustomization)
public final class DefaultFooterCustomization : NSObject, FooterCustomization
A DefaultFooterCustomization object with default fonts and colors.
- Tag: DefaultFooterCustomization
-
The background color to be set for DefaultFooterCustomization object.
Declaration
Swift
@objc public let backgroundColor: UIColor -
The font to be set for DefaultFooterCustomization object.
Declaration
Swift
@objc public let font: UIFont -
The text color to be set for DefaultFooterCustomization object.
Declaration
Swift
@objc public let textColor: UIColor -
The font of the heading for each expandable footer item.
Declaration
Swift
@objc public let labelFont: UIFont -
The text color of the heading for each expandable footer item.
Declaration
Swift
@objc public let labelTextColor: UIColor -
The color for the expandable disclosure indicator for each expandable footer item.
Declaration
Swift
@objc public let expandIndicatorColor: UIColor -
Initializes a DefaultFooterCustomization object.
Declaration
Swift
@objc public init(backgroundColor: UIColor = .white, font: UIFont = .preferredFont(forTextStyle: .subheadline), textColor: UIColor = DefaultSystemColor.secondaryLabel, labelFont: UIFont = .preferredFont(forTextStyle: .subheadline), labelTextColor: UIColor = DefaultSystemColor.label, expandIndicatorColor: UIColor = DefaultSystemColor.label)
DefaultFooterCustomization Class Reference