SCSActionItem
@protocol SCSActionItem <NSObject>
Protocol defining the type of views capable of being added to an SCSActionItemContainer object.
See
SCSActionManager
-
Text label to show on the button, or
nilto hide the badge view.Declaration
Objective-C
@optional @property (nonatomic, copy, readwrite, nullable) NSString *badgeText;Swift
optional var badgeText: String? { get set }
Install in Dash
SCSActionItem Protocol Reference