MBISubviewDelegate
@protocol MBISubviewDelegate <NSObject>
Protocol which all objects interested in receiving information about overlay subviews need to implement
-
Delegate method called when animation starts
Declaration
Objective-C
- (void)subviewAnimationDidStart:(nonnull MBISubview *)subview;
Swift
func subviewAnimationDidStart(_ subview: MBISubview)
-
Delegate method called when animation finishes
Declaration
Objective-C
- (void)subviewAnimationDidFinish:(nonnull MBISubview *)subview;
Swift
func subviewAnimationDidFinish(_ subview: MBISubview)