Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, BTFormFieldSetting) {
        BTFormFieldDisabled = 0,
        BTFormFieldOptional,
        BTFormFieldRequired
    }

    Swift

    enum BTFormFieldSetting : Int
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, BTUIKColorScheme) {
        BTUIKColorSchemeLight,
        BTUIKColorSchemeDark,
        BTUIKColorSchemeDynamic API_AVAILABLE(ios(13.0))
    }

    Swift

    enum BTUIKColorScheme : Int
  • BTUIKCardNumberFormFieldState modifies the form field Default: Allows the input of a number upto 16 digits and does Luhn checks for validity while editing. Validate: Displays a Next button accessory view rather than validating while edting. Set the cardNumberDelegate to receive button press. Card numbers of any length can be entered. Loading: Displays a loading indicator accessory view

    See more

    Declaration

    Objective-C

    enum BTUIKCardNumberFormFieldState {}

    Swift

    enum BTUIKCardNumberFormFieldState : Int
  • Credit card types

    See more

    Declaration

    Objective-C

    enum BTUIKPaymentOptionType {}
  • Size for vector art

    See more

    Declaration

    Objective-C

    enum BTUIKVectorArtSize {}

    Swift

    enum BTUIKVectorArtSize : Int
  • Undocumented

    See more

    Declaration

    Objective-C

    enum BTUIKVisualAssetType {}