#import <IndivoWebView.h>
Inherits UIViewController, and <UIWebViewDelegate>.
|
(void) | - load |
| The load method only loads if the page has not yet been loaded. More...
|
|
(void) | - preload: |
| This method forces the view to be loaded and then loads the url. More...
|
|
(void) | - reload: |
| As a difference to load, reload also loads if the page was already loaded. More...
|
|
The load method only loads if the page has not yet been loaded.
- (void) preload: |
|
(id) |
sender |
|
This method forces the view to be loaded and then loads the url.
- (void) reload: |
|
(id) |
sender |
|
As a difference to load, reload also loads if the page was already loaded.
The URL to be loaded/to load.
The handle to our web view.
The documentation for this class was generated from the following files:
- IndivoFramework/Classes/IndivoWebView.h
- IndivoFramework/Classes/IndivoWebView.m