Customization

@objc(Checkout3DSCustomization)
public protocol Customization

A basic customization protocol providing a font and a text color. This protocol is conformed to by all customization types (see ButtonCustomization, LabelnCustomization, EntrySelectionCustomization, and ToolbarCustomization for more specific view-related customizations.)

  • The font of the text used on the view.

    Declaration

    Swift

    @objc
    var font: UIFont { get }
  • The color of the text on the view.

    Declaration

    Swift

    @objc
    var textColor: UIColor { get }