STPThreeDSFooterCustomization
public class STPThreeDSFooterCustomization : NSObject
The Challenge view displays a footer with additional details that expand when tapped. This object configures the appearance of that view.
-
The default settings.
Declaration
Swift
@objc public class func defaultSettings() -> STPThreeDSFooterCustomization
-
The background color of the footer. Defaults to gray.
Declaration
Swift
@objc public var backgroundColor: UIColor { get set }
-
The color of the chevron. Defaults to a dark gray.
Declaration
Swift
@objc public var chevronColor: UIColor { get set }
-
The color of the heading text. Defaults to black.
Declaration
Swift
@objc public var headingTextColor: UIColor { get set }
-
The font to use for the heading text.
Declaration
Swift
@objc public var headingFont: UIFont { get set }
-
The font of the text.
Declaration
Swift
@objc public var font: UIFont? { get set }
-
The color of the text.
Declaration
Swift
@objc public var textColor: UIColor? { get set }