RBExtendViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBBaseExtendView.h |
– extendViewWillOpen:
Called to notify that the extend view will open.
- (void)extendViewWillOpen:(nonnull RBBaseExtendView *)extendView
Parameters
extendView |
The extend view that will open. |
---|
Discussion
Called to notify that the extend view will open.
Declared In
RBBaseExtendView.h
– extendViewDidOpen:
Called to notify that the extend view did open.
- (void)extendViewDidOpen:(nonnull RBBaseExtendView *)extendView
Parameters
extendView |
The extend view that did open. |
---|
Discussion
Called to notify that the extend view did open.
Declared In
RBBaseExtendView.h
– extendViewWillClose:
Called to notify that the extend view will close.
- (void)extendViewWillClose:(nonnull RBBaseExtendView *)extendView
Parameters
extendView |
The extend view that will close. |
---|
Discussion
Called to notify that the extend view will close.
Declared In
RBBaseExtendView.h
– extendViewDidClose:
Called to notify that the extend view did close.
- (void)extendViewDidClose:(nonnull RBBaseExtendView *)extendView
Parameters
extendView |
The extend view that did close. |
---|
Discussion
Called to notify that the extend view did close.
Declared In
RBBaseExtendView.h
– extendView:didRevealByFactor:
Called to notify changes in the reveal factor for the extend view.
- (void)extendView:(nonnull RBBaseExtendView *)extendView didRevealByFactor:(CGFloat)revealFactor
Parameters
extendView |
The extend view being revealed. |
---|---|
revealFactor |
The factor by which the extend view is revealed. 0 - 1. |
Discussion
Called to notify changes in the reveal factor for the extend view.
Declared In
RBBaseExtendView.h