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 = 0Swift
case leading = 0 -
The image positioned on the trailing side of the label.
Declaration
Objective-C
BPKButtonImagePositionTrailing = 1Swift
case trailing = 1
BPKButtonImagePosition Enumeration Reference