#import <PFSignUpView.h>
The PFSignUpView class provides a standard sign up interface for authenticating a PFUser.
| - (instancetype) initWithFields: |
|
(PFSignUpFields) |
fields |
|
Initializes the view with the specified sign up elements.
- Parameters
-
| fields | A bitmask specifying the sign up elements which are enabled in the view |
- Returns
- An initialized
PFSignUpView object or nil if the object couldn't be created.
- See also
- PFSignUpFields
The additional text field. It is nil if the element is not enabled.
This field is intended to be customized.
| - (UIButton*) dismissButton |
|
readnonatomicstrong |
The dismiss button. It is nil if the element is not enabled.
If email should be used to log in, instead of username
By default, this is set to NO.
The email text field. It is nil if the element is not enabled.
| - (PFSignUpFields) fields |
|
readnonatomicassign |
The bitmask which specifies the enabled sign up elements in the view
The logo. By default, it is the Parse logo.
| - (UIViewController*) presentingViewController |
|
readwritenonatomicweak |
The view controller that will present this view.
Used to lay out elements correctly when the presenting view controller has translucent elements.
| - (UIButton*) signUpButton |
|
readnonatomicstrong |
The sign up button. It is nil if the element is not enabled.
The documentation for this class was generated from the following file: