SCPSelectionButton

Objective-C


@interface SCPSelectionButton : NSObject

Swift

class SelectionButton : NSObject

Contains information about a Selection form to display on the reader

  • Style of a selection form button

    Declaration

    Objective-C

    @property (nonatomic, readonly) SCPSelectionButtonStyle style;

    Swift

    var style: SelectionButtonStyle { get }
  • Represents the text on the button

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull text;

    Swift

    var text: String { get }
  • Unavailable

    Declaration

    Objective-C

    - (nonnull instancetype)init;
  • Unavailable

    Declaration

    Objective-C

    + (nonnull instancetype)new;