TTWebController Class Reference
Inheritance diagram for TTWebController:
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. | |
| UIView * | headerView |
| A view that is inserted at the top of the web view, within the scroller. | |
| id< TTWebControllerDelegate > | delegate |
| 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:
- Three20UI/Headers/TTWebController.h
- Three20UI/Sources/TTWebController.m
