RBToolbarViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBToolbarView.h |
– toolbarView:buttonWasTappedWithIdentifier:
Called when a toolbar button was tapped.
- (void)toolbarView:(nonnull RBToolbarView *)toolbarView buttonWasTappedWithIdentifier:(nonnull NSString *)buttonIdentifier
Parameters
toolbarView |
The |
---|---|
buttonIdentifier |
The identifier of the button. |
Discussion
Called when a toolbar button was tapped.
Declared In
RBToolbarView.h
– toolbarView:toggleButtonWithIdentifier:selectionDidChangeTo:
Called when a toolbar toggle button was tapped.
- (void)toolbarView:(nonnull RBToolbarView *)toolbarView toggleButtonWithIdentifier:(nonnull NSString *)toggleButtonIdentifier selectionDidChangeTo:(BOOL)selected
Parameters
toolbarView |
The |
---|---|
toggleButtonIdentifier |
The identifier of the toggle button. |
selected |
Whether or not the toggle button was selected (YES) or unselected (NO). |
Discussion
Called when a toolbar toggle button was tapped.
Declared In
RBToolbarView.h