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
IndivoLoginViewController Class Reference

This class provides the view controller to log the user in. More...

#import <IndivoLoginViewController.h>

Inherits UIViewController, and <UIWebViewDelegate>.

Instance Methods

(void) - cancel:
 Dismisses the login view as a cancel operation. More...
 
(void) - dismiss:
 Dismisses the view. More...
 
(void) - dismissAnimated:
 Dismisses the view. More...
 
(void) - hideLoadingIndicator:
 
(void) - loadURL:
 Loads a given URL. More...
 
(void) - reload:
 Reloads current URL. More...
 
(void) - showLoadingIndicator:
 

Properties

UIBarButtonItem * backButton
 To navigate back. More...
 
UIBarButtonItem * cancelButton
 The cancel button which dismisses the login view. More...
 
id
< IndivoLoginViewControllerDelegate
delegate
 The delegate to receive callbacks. More...
 
NSURL * startURL
 The URL to load initially. More...
 
UINavigationBar * titleBar
 A handle to the title bar being displayed. More...
 
UIWebView * webView
 The web view to present HTML. More...
 

Detailed Description

This class provides the view controller to log the user in.

Method Documentation

- (void) cancel: (id)  sender

Dismisses the login view as a cancel operation.

- (void) dismiss: (id)  sender

Dismisses the view.

The dismissal will be animated if sender is not nil.

- (void) dismissAnimated: (BOOL)  animated

Dismisses the view.

- (void) hideLoadingIndicator: (id)  sender
- (void) loadURL: (NSURL *)  aURL

Loads a given URL.

- (void) reload: (id)  sender

Reloads current URL.

- (void) showLoadingIndicator: (id)  sender

Property Documentation

- (UIBarButtonItem *) backButton
readnonatomicassign

To navigate back.

- (UIBarButtonItem*) cancelButton
readnonatomicassign

The cancel button which dismisses the login view.

- (id<IndivoLoginViewControllerDelegate>) delegate
readwritenonatomicassign

The delegate to receive callbacks.

- (NSURL*) startURL
readwritenonatomicstrong

The URL to load initially.

- (UINavigationBar*) titleBar
readnonatomicassign

A handle to the title bar being displayed.

- (UIWebView*) webView
readnonatomicassign

The web view to present HTML.


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