MBSubview
Objective-C
@interface MBSubview : UIView
Swift
class MBSubview : UIView
Base class for all overlay subviews
-
Delegate which is notified on Overlay events
Declaration
Objective-C
@property (nonatomic, weak, nullable) id<MBSubviewDelegate> delegate;
Swift
weak var delegate: (any MBSubviewDelegate)? { get set }