APLConfigurationLabel

Objective-C

@interface APLConfigurationLabel

Swift

class APLConfigurationLabel

Availability: iOS only.

Displays overridden configuration in a vertical orientation. Once added to the the superview, you should use the center property to specify the labels coordinates. Uses the -[APLConfiguration modifications] method to compute the labels text.

  • Assign a block to be run when the label is tapped. This property is optional.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) dispatch_block_t labelTappedBlock;

    Swift

    var labelTappedBlock: (() -> Void)? { get set }