DefaultSystemColor

@objc(Checkout3DSDefaultSystemColor)
public class DefaultSystemColor : NSObject

Class used to provide system colors available from iOS 13 seamlessly in all supported iOS versions.

  • The color for text labels that contain primary content.

    Note

    see Apple’s documentation for further info

    Declaration

    Swift

    @objc
    public static var label: UIColor { get }
  • The color for text labels that contain secondary content.

    Note

    see Apple’s documentation for further info

    Declaration

    Swift

    @objc
    public static var secondaryLabel: UIColor { get }