SCSActionButton

@interface SCSActionButton : UIButton <SCSActionItem>

Default SCSActionItem instance that provides the circular button for the default experience.

  • The center point to show the badge view on the button, when used.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) CGPoint badgeCenterPoint;

    Swift

    var badgeCenterPoint: CGPoint { get set }