SCSActionItem

@protocol SCSActionItem <NSObject>

Protocol defining the type of views capable of being added to an SCSActionItemContainer object.

  • Text label to show on the button, or nil to hide the badge view.

    Declaration

    Objective-C

    @optional
    @property (readwrite, copy, nonatomic, nullable) NSString *badgeText;

    Swift

    optional var badgeText: String? { get set }