My Project
 All Classes Functions Properties
Instance Methods | Properties | List of all members
LoginSignUp Class Reference

#import <LoginSignUp.h>

Inheritance diagram for LoginSignUp:

Instance Methods

(BOOL) - validateEmail:
 
(void) - standardLogin:withPassword:withCreated:
 
(IBAction) - unwindToLoginScreen:
 

Properties

IBOutlet UIView * emailView
 The view for selecting email login/signup.
 
IBOutlet UIView * optionsView
 The view for selecting which login/signup.
 
IBOutlet UITextField * emailTextField
 The field where users enter email.
 
IBOutlet UITextField * passwordTextField
 The field where users enter his/her password.
 
IBOutlet UITextField * usernameTextField
 Username prompt for first time users.
 
IBOutlet UIButton * forgotPasswordButton
 Button that allows users to reset password when loggin in.
 
IBOutlet FBLoginView * myFacebookView
 

Detailed Description

The view controller for selecting whether logging in or signing up manually or with social network.

Method Documentation

- (void) standardLogin: (NSString *)  email
withPassword: (NSString *)  password
withCreated: (BOOL)  justCreated 

Standard login. Will be called for a normal login including after account creation Will use data to set user defaults.

- (IBAction) unwindToLoginScreen: (UIStoryboardSegue *)  segue

Allows mobility to move back to login screen.

- (BOOL) validateEmail: (NSString *)  candidate

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