PFSignUpViewController Class Reference
Inherits from | UIViewController |
---|---|
Conforms to | UIScrollViewDelegate UITextFieldDelegate |
Declared in | PFSignUpViewController.h |
Overview
The PFSignUpViewController
class that presents and manages
a standard authentication interface for signing up a PFUser.
Configuring Sign Up Elements
fields
A bitmask specifying the log in elements which are enabled in the view.
@property (nonatomic, assign) PFSignUpFields fields
See Also
Declared In
PFSignUpViewController.h
signUpView
The sign up view. It contains all the enabled log in elements.
@property (nullable, nonatomic, strong, readonly) PFSignUpView *signUpView
See Also
Declared In
PFSignUpViewController.h
Configuring Sign Up Behaviors
delegate
The delegate that responds to the control events of PFSignUpViewController
.
@property (nullable, nonatomic, weak) id<PFSignUpViewControllerDelegate> delegate
See Also
Declared In
PFSignUpViewController.h
minPasswordLength
Minimum required password length for user signups, defaults to 0
.
@property (nonatomic, assign) NSUInteger minPasswordLength
Declared In
PFSignUpViewController.h
emailAsUsername
Whether to use the email as username on the attached signUpView.
@property (nonatomic, assign) BOOL emailAsUsername
Discussion
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
.
Declared In
PFSignUpViewController.h