RBToolbarContainerViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBToolbarContainerView.h |
– topBarWillOpenWithContainerView:
Notifies that the top bar of a toolbar container view will open.
- (void)topBarWillOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the top bar of a toolbar container view will open.
Declared In
RBToolbarContainerView.h
– topBarDidOpenWithContainerView:
Notifies that the top bar of a toolbar container view did open.
- (void)topBarDidOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the top bar of a toolbar container view did open.
Declared In
RBToolbarContainerView.h
– topBarWillCloseWithContainerView:
Notifies that the top bar of a toolbar container view will close.
- (void)topBarWillCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the top bar of a toolbar container view will close.
Declared In
RBToolbarContainerView.h
– topBarDidCloseWithContainerView:
Notifies that the top bar of a toolbar container view did close.
- (void)topBarDidCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the top bar of a toolbar container view did close.
Declared In
RBToolbarContainerView.h
– bottomBarWillOpenWithContainerView:
Notifies that the bottom bar of a toolbar container view will open.
- (void)bottomBarWillOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the bottom bar of a toolbar container view will open.
Declared In
RBToolbarContainerView.h
– bottomBarDidOpenWithContainerView:
Notifies that the bottom bar of a toolbar container view did open.
- (void)bottomBarDidOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the bottom bar of a toolbar container view did open.
Declared In
RBToolbarContainerView.h
– bottomBarWillCloseWithContainerView:
Notifies that the bottom bar of a toolbar container view will close.
- (void)bottomBarWillCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the bottom bar of a toolbar container view will close.
Declared In
RBToolbarContainerView.h
– bottomBarDidCloseWithContainerView:
Notifies that the bottom bar of a toolbar container view did close.
- (void)bottomBarDidCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the bottom bar of a toolbar container view did close.
Declared In
RBToolbarContainerView.h
– leftBarWillOpenWithContainerView:
Notifies that the left bar of a toolbar container view will open.
- (void)leftBarWillOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the left bar of a toolbar container view will open.
Declared In
RBToolbarContainerView.h
– leftBarDidOpenWithContainerView:
Notifies that the left bar of a toolbar container view did open.
- (void)leftBarDidOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the left bar of a toolbar container view did open.
Declared In
RBToolbarContainerView.h
– leftBarWillCloseWithContainerView:
Notifies that the left bar of a toolbar container view will close.
- (void)leftBarWillCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the left bar of a toolbar container view will close.
Declared In
RBToolbarContainerView.h
– leftBarDidCloseWithContainerView:
Notifies that the left bar of a toolbar container view did close.
- (void)leftBarDidCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the left bar of a toolbar container view did close.
Declared In
RBToolbarContainerView.h
– rightBarWillOpenWithContainerView:
Notifies that the right bar of a toolbar container view will open.
- (void)rightBarWillOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the right bar of a toolbar container view will open.
Declared In
RBToolbarContainerView.h
– rightBarDidOpenWithContainerView:
Notifies that the right bar of a toolbar container view did open.
- (void)rightBarDidOpenWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the right bar of a toolbar container view did open.
Declared In
RBToolbarContainerView.h
– rightBarWillCloseWithContainerView:
Notifies that the right bar of a toolbar container view will close.
- (void)rightBarWillCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the right bar of a toolbar container view will close.
Declared In
RBToolbarContainerView.h
– rightBarDidCloseWithContainerView:
Notifies that the right bar of a toolbar container view did close.
- (void)rightBarDidCloseWithContainerView:(nonnull RBToolbarContainerView *)toolbarContainerView
Parameters
toolbarContainerView |
The |
---|
Discussion
Notifies that the right bar of a toolbar container view did close.
Declared In
RBToolbarContainerView.h