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.

Properties

activeField

  • The current selected view.
@property (nonatomic, weak) IBOutlet UITextField *activeField

Declared In

MMLoginViewController.h

emailAddress

  • The Users email view
@property (nonatomic, weak) IBOutlet UITextField *emailAddress

Declared In

MMLoginViewController.h

password

  • The Users Password View
@property (nonatomic, weak) IBOutlet UITextField *password

Declared In

MMLoginViewController.h

scrollView

  • The Scroll view on the page, for moving the view up when the keyboard is shown.
@property (nonatomic, weak) IBOutlet UIScrollView *scrollView

Declared In

MMLoginViewController.h

Instance Methods

login:

  • Login button
- (IBAction)login:(id)sender

Discussion

*

  • @param sender UIButton

Declared In

MMLoginViewController.h

loginAsGuest:

  • Login as Guest Button
- (IBAction)loginAsGuest:(id)sender

Discussion

*

  • @param sender UIButton

Declared In

MMLoginViewController.h