![]() |
Ignite Tools
|
The class that will handle the viewing of all web related content. More...
#import <WebViewController.h>
Public Member Functions | |
(IBAction) | - backButtonPressed: |
Go back to previous UIViewController (not web page). | |
(void) | - setButtonState |
Set all the button states based on web view nav stack. | |
(IBAction) | - actionButtonPressed: |
Stop or reload the page depending on loading state. | |
(id) | - initWithNibName:bundle:loadURL: |
Initializer that sets URL at init. | |
Properties | |
IBOutlet UIWebView * | webView |
The webview. | |
IBOutlet UIButton * | webBackButton |
Go back. | |
IBOutlet UIButton * | webForwardButton |
Go forward.We need this to set enabled/disabled when appropriate. | |
IBOutlet UIButton * | webActionButton |
The STOP or RELOAD button, depending on state. | |
NSURL * | url |
URL to load. |
The class that will handle the viewing of all web related content.
- (IBAction) actionButtonPressed: | (id) | sender |
Stop or reload the page depending on loading state.
sender | UIButton object. |
- (IBAction) backButtonPressed: | (id) | sender |
Go back to previous UIViewController (not web page).
sender | UIButton object. |
- (IBOutlet UIButton *) webBackButton [read, write, retain] |
Go back.
We need this to set enabled/disabled when appropriate.