|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFSignUpViewController.h>
Properties | |
Configuring Sign Up Elements | |
| PFSignUpFields | fields |
| PFSignUpView * | signUpView |
Configuring Sign Up Behaviors | |
| id< PFSignUpViewControllerDelegate > | delegate |
| NSUInteger | minPasswordLength |
| BOOL | emailAsUsername |
The PFSignUpViewController class that presents and manages a standard authentication interface for signing up a PFUser.
|
readwritenonatomicweak |
The delegate that responds to the control events of PFSignUpViewController.
|
readwritenonatomicassign |
Whether to use the email as username on the attached signUpView.
If set to YES, we'll hide the email field, prompt for the email in the username field, and save the email into both username and email fields on the new PFUser object. By default, this is set to NO.
|
readwritenonatomicassign |
A bitmask specifying the log in elements which are enabled in the view.
|
readwritenonatomicassign |
Minimum required password length for user signups, defaults to 0.
|
readnonatomicstrong |
The sign up view. It contains all the enabled log in elements.
1.8.9.1