STPThreeDSButtonTitleStyle
enum STPThreeDSButtonTitleStyle {}
An enumeration of the case transformations that can be applied to the button’s title
-
Default style, doesn’t modify the title
Declaration
Objective-C
STPThreeDSButtonTitleStyleDefault
Swift
case `default` = 0
-
Applies localizedUppercaseString to the title
Declaration
Objective-C
STPThreeDSButtonTitleStyleUppercase
Swift
case uppercase = 1
-
Applies localizedLowercaseString to the title
Declaration
Objective-C
STPThreeDSButtonTitleStyleLowercase
Swift
case lowercase = 2
-
Applies localizedCapitalizedString to the title
Declaration
Objective-C
STPThreeDSButtonTitleStyleSentenceCapitalized
Swift
case sentenceCapitalized = 3