Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | Properties | List of all members
IndivoWebView Class Reference

#import <IndivoWebView.h>

Inherits UIViewController, and <UIWebViewDelegate>.

Instance Methods

(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...
 

Properties

NSURL * url
 The URL to be loaded/to load. More...
 
UIWebView * webView
 The handle to our web view. More...
 

Method Documentation

- (void) load

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.

Property Documentation

- (NSURL*) url
readwritenonatomicstrong

The URL to be loaded/to load.

- (UIWebView*) webView
readnonatomicstrong

The handle to our web view.


The documentation for this class was generated from the following files: