KEWLGenderBottomView Class Reference

Inherits from UIView
Declared in KEWLGenderBottomView.h
KEWLGenderBottomView.m

Other Methods

– showAlertViewWithAnimated:completion:

展示底部视图

- (void)showAlertViewWithAnimated:(BOOL)isAnimated completion:(void ( ^ __nullable ) ( BOOL finished ))completion

Parameters

isAnimated

是否需要动画

completion

展示后的回调

Declared In

KEWLGenderBottomView.h

– closeAlertViewWithAnimated:completion:

关闭隐藏视图并销毁

- (void)closeAlertViewWithAnimated:(BOOL)isAnimated completion:(void ( ^ __nullable ) ( BOOL finished ))completion

Parameters

isAnimated

是否需要动画

completion

关闭后的回调

Declared In

KEWLGenderBottomView.h

– hiddenAlertViewWithAnimated:completion:

关闭隐藏视图不销毁

- (void)hiddenAlertViewWithAnimated:(BOOL)isAnimated completion:(void ( ^ __nullable ) ( BOOL finished ))completion

Parameters

isAnimated

是否需要动画

completion

关闭后的回调

Declared In

KEWLGenderBottomView.h

Other Methods

– maskViewClick:

点击底部蒙版默认销毁视图

- (void)maskViewClick:(UITapGestureRecognizer *)gesture

Declared In

KEWLGenderBottomView.m