MMLoginViewController Class Reference
| Inherits from | UIViewController |
| Conforms to | RBStoryboardLinkSource UITextFieldDelegate |
| Declared in | MMLoginViewController.h MMLoginViewController.m |
Overview
Login view controller.
A view controller that logs in a user.
User is prompted for their email address (id) and their password.
Tasks
-
emailAddressproperty -
passwordproperty -
scrollViewproperty -
activeFieldproperty -
– login: -
– loginAsGuest:
Properties
activeField
- The current selected view.
@property (nonatomic, weak) IBOutlet UITextField *activeFieldDeclared In
MMLoginViewController.hemailAddress
- The Users email view
@property (nonatomic, weak) IBOutlet UITextField *emailAddressDeclared In
MMLoginViewController.h