Conforms to NSObject
Declared in SCWebBrowserToolbar.h

Overview

The SCWebBrowserToolbarDelegate protocol defines methods that a delegate of the SCWebBrowserToolbar must implement to react on navigation events.

Tasks

Instance Methods

goBackWebBrowserNavigator:

Call this method to load the previous location in the back list, see [UIWebView goBack] and [SCWebBrowserToolbar delegate] for details.

- (void)goBackWebBrowserNavigator:(id<SCWebBrowserToolbar>)navigator

Parameters

navigator

the SCWebBrowserToolbar object sender.

Discussion

Call this method to load the previous location in the back list, see [UIWebView goBack] and [SCWebBrowserToolbar delegate] for details.

Declared In

SCWebBrowserToolbar.h

goForwardWebBrowserNavigator:

Call this method to load the next location in the forward list, see [UIWebView goForward] and [SCWebBrowserToolbar delegate] for details.

- (void)goForwardWebBrowserNavigator:(id<SCWebBrowserToolbar>)navigator

Parameters

navigator

the SCWebBrowserToolbar object sender.

Discussion

Call this method to load the next location in the forward list, see [UIWebView goForward] and [SCWebBrowserToolbar delegate] for details.

Declared In

SCWebBrowserToolbar.h