TTWebController Class Reference

Inheritance diagram for TTWebController:
TTModelViewController TTViewController <TTModelDelegate> TTNavigatorViewController TTBaseViewController UIViewController

List of all members.

Public Member Functions

(void) - openURL:
 Navigate to the given URL.
(void) - openRequest:
 Load the given request using UIWebView's loadRequest:.

Protected Attributes

UIWebView_webView
UIToolbar_toolbar
UIView_headerView
UIBarButtonItem * _backButton
UIBarButtonItem * _forwardButton
UIBarButtonItem * _refreshButton
UIBarButtonItem * _stopButton
UIBarButtonItem * _actionButton
UIBarButtonItem * _activityItem
NSURL * _loadingURL
UIActionSheet * _actionSheet
id< TTWebControllerDelegate_delegate

Properties

NSURL * URL
 The current web view URL.
UIViewheaderView
 A view that is inserted at the top of the web view, within the scroller.
id< TTWebControllerDelegatedelegate
 The web controller delegate, currently does nothing.

Member Function Documentation

- (void) openRequest: (NSURLRequest*)  request  

Load the given request using UIWebView's loadRequest:.

Parameters:
request A URL request identifying the location of the content to load.

Property Documentation

- (NSURL *) URL [read, assign]

The current web view URL.

If the web view is currently loading a URL, then the loading URL is returned instead.


The documentation for this class was generated from the following files:
blog comments powered by Disqus