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