BPKButtonImagePosition

enum BPKButtonImagePosition {}

The position of the imageView with respect to the titleLabel in the button.

  • The image positioned on the leading side of the label.

    Declaration

    Objective-C

    BPKButtonImagePositionLeading = 0

    Swift

    case leading = 0
  • The image positioned on the trailing side of the label.

    Declaration

    Objective-C

    BPKButtonImagePositionTrailing = 1

    Swift

    case trailing = 1