RBWebViewToolbarDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBWebViewToolbarView.h |
– backSelectedWithWebViewToolbarView:
Called when the back button was tapped by the user on the web toolbar view.
- (void)backSelectedWithWebViewToolbarView:(nonnull RBWebViewToolbarView *)webViewToolbarView
Parameters
webViewToolbarView |
The |
---|
Discussion
Called when the back button was tapped by the user on the web toolbar view.
Declared In
RBWebViewToolbarView.h
– forwardSelectedWithWebViewToolbarView:
Called when the forward button was tapped by the user on the web toolbar view.
- (void)forwardSelectedWithWebViewToolbarView:(nonnull RBWebViewToolbarView *)webViewToolbarView
Parameters
webViewToolbarView |
The |
---|
Discussion
Called when the forward button was tapped by the user on the web toolbar view.
Declared In
RBWebViewToolbarView.h
– stopSelectedWithWebViewToolbarView:
Called when the stop button was tapped by the user on the web toolbar view.
- (void)stopSelectedWithWebViewToolbarView:(nonnull RBWebViewToolbarView *)webViewToolbarView
Parameters
webViewToolbarView |
The |
---|
Discussion
Called when the stop button was tapped by the user on the web toolbar view.
Declared In
RBWebViewToolbarView.h
– reloadSelectedWithWebViewToolbarView:
Called when the reload button was tapped by the user on the web toolbar view.
- (void)reloadSelectedWithWebViewToolbarView:(nonnull RBWebViewToolbarView *)webViewToolbarView
Parameters
webViewToolbarView |
The |
---|
Discussion
Called when the reload button was tapped by the user on the web toolbar view.
Declared In
RBWebViewToolbarView.h