Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, BTFormFieldSetting) { BTFormFieldDisabled = 0, BTFormFieldOptional, BTFormFieldRequired }
Swift
enum BTFormFieldSetting : Int
-
Undocumented
See moreDeclaration
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
See moreNext
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 viewDeclaration
Objective-C
enum BTUIKCardNumberFormFieldState {}
Swift
enum BTUIKCardNumberFormFieldState : Int
-
Credit card types
See moreDeclaration
Objective-C
enum BTUIKPaymentOptionType {}
-
Size for vector art
See moreDeclaration
Objective-C
enum BTUIKVectorArtSize {}
Swift
enum BTUIKVectorArtSize : Int
-
Undocumented
See moreDeclaration
Objective-C
enum BTUIKVisualAssetType {}