BPKTappableLinkLabelStyle

enum BPKTappableLinkLabelStyle {}

These constants represent the different styles available for BPKTappableLinkLabels

  • Blue links within dark-gray labels

    Declaration

    Objective-C

    BPKTappableLinkLabelStyleDefault

    Swift

    case `default` = 0
  • White bold links within white labels. Suitable only for use on solid blue or dark backgrounds

    Declaration

    Objective-C

    BPKTappableLinkLabelStyleAlternate

    Swift

    case alternate = 1