PTSelectionBar
@interface PTSelectionBar : UIView
A text selection end bar.
-
Set to
YES
if bar is on the left (and has its selection handle at the top).Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL isLeft;
Swift
var isLeft: Bool { get set }