#import <LoginSignUp.h>
Instance Methods | |
| (void) | - standardLogin |
| (BOOL) | - validateEmail: |
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. | |
The view controller for selecting whether logging in or signing up manually or with social network.
| - (void) standardLogin |
Do a standard login with firebase and segue when done.
| - (BOOL) validateEmail: | (NSString *) | candidate |
catlan stackOF a regular expression that regulates what user emails can create. WILL accept crazy emails !matt$=awesome@mail.aol.biz
1.8.8