|
Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
The Indivo Server Delegate Protocol. More...
#import <IndivoServer.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - userDidLogout: |
| This delegate method is called when the user logs out. More... | |
| (UIViewController *) | - viewControllerToPresentLoginViewController: |
| Return a view controller from which you want to present the login view controller. More... | |
The Indivo Server Delegate Protocol.
| - (void) userDidLogout: | (IndivoServer *) | fromServer |
This delegate method is called when the user logs out.
You must implement this method in your delegate, and ideally unload all record data once the user logs out.
| fromServer | The server from which the user disconnected |
| - (UIViewController *) viewControllerToPresentLoginViewController: | (IndivoLoginViewController *) | loginViewController |
Return a view controller from which you want to present the login view controller.
The login view controller will be passed into this method so you can customize its chrome.
| loginViewController | The login view controller about to load the login screen |
1.8.3.1