This class provides the view controller to log the user in.
More...
#import <IndivoLoginViewController.h>
Inherits UIViewController, and <UIWebViewDelegate>.
This class provides the view controller to log the user in.
| - (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 |
|
| - (void) hideLoadingIndicator: |
|
(id) |
sender |
|
| - (void) loadURL: |
|
(NSURL *) |
aURL |
|
| - (void) reload: |
|
(id) |
sender |
|
| - (void) showLoadingIndicator: |
|
(id) |
sender |
|
| - (UIBarButtonItem *) backButton |
|
readnonatomicassign |
| - (UIBarButtonItem*) cancelButton |
|
readnonatomicassign |
The cancel button which dismisses the login view.
The delegate to receive callbacks.
The URL to load initially.
| - (UINavigationBar*) titleBar |
|
readnonatomicassign |
A handle to the title bar being displayed.
The web view to present HTML.
The documentation for this class was generated from the following files:
- IndivoFramework/Classes/IndivoLoginViewController.h
- IndivoFramework/Classes/IndivoLoginViewController.m