PTToolGroupIndicatorView
@interface PTToolGroupIndicatorView : UIView
The PTToolGroupView
displays the current tool group of a PTToolGroupManager
instance.
-
The button shown by this view to indicate the current tool group. The button’s text is updated to display the current tool group when it changes.
Declaration
Objective-C
@property (nonatomic, strong) UIButton *_Nonnull button;
Swift
var button: UIButton { get set }
-
The tool group manager associated with this view.
Declaration
Objective-C
@property (nonatomic, strong, nullable) PTToolGroupManager *toolGroupManager;
Swift
var toolGroupManager: PTToolGroupManager? { get set }