MBSubview


@interface MBSubview : UIView

Base class for all overlay subviews

  • Delegate which is notified on Overlay events

    Declaration

    Objective-C

    @property (readwrite, nonatomic, nullable) id<MBSubviewDelegate> delegate;

    Swift

    weak var delegate: MBSubviewDelegate? { get set }