BPKTappableLinkLabelStyle
enum BPKTappableLinkLabelStyle {}
These constants represent the different styles available for BPKTappableLinkLabels
-
Blue links within dark-gray labels
Declaration
Objective-C
BPKTappableLinkLabelStyleDefaultSwift
case `default` = 0 -
White bold links within white labels. Suitable only for use on solid blue or dark backgrounds
Declaration
Objective-C
BPKTappableLinkLabelStyleAlternateSwift
case alternate = 1
BPKTappableLinkLabelStyle Enumeration Reference