Ignite Tools
Public Member Functions | Properties
WebViewController Class Reference

The class that will handle the viewing of all web related content. More...

#import <WebViewController.h>

List of all members.

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.

Detailed Description

The class that will handle the viewing of all web related content.


Member Function Documentation

- (IBAction) actionButtonPressed: (id)  sender

Stop or reload the page depending on loading state.

Parameters:
senderUIButton object.
- (IBAction) backButtonPressed: (id)  sender

Go back to previous UIViewController (not web page).

Parameters:
senderUIButton object.

Property Documentation

- (IBOutlet UIButton *) webBackButton [read, write, retain]

Go back.

We need this to set enabled/disabled when appropriate.


The documentation for this class was generated from the following files:
 All Classes Functions Properties