#import <PFLogInView.h>
The PFLogInView class provides a standard log in interface for authenticating a PFUser.
| - (UILabel* externalLogInLabel) __attribute__ |
|
(PARSE_UI_DEPRECATED("This property is deprecated and will always be nil.")) |
|
|
The facebook/twitter login label.
- Deprecated:
- This property is deprecated and will always be nil.
| - (UILabel* signUpLabel) __attribute__ |
|
(PARSE_UI_DEPRECATED("This property is deprecated and will always be nil.")) |
|
|
The sign up label.
- Deprecated:
- This property is deprecated and will always be nil.
| - (instancetype) initWithFields: |
|
(PFLogInFields) |
fields |
|
Initializes the view with the specified log in elements.
- Parameters
-
| fields | A bitmask specifying the log in elements which are enabled in the view |
- Returns
- An initialized
PFLogInView object or nil if the object couldn't be created.
- See also
- PFLogInFields
| - (UIButton*) dismissButton |
|
readnonatomicstrong |
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.
| - (UIButton*) facebookButton |
|
readnonatomicstrong |
The Facebook button. It is nil if the element is not enabled.
The bitmask which specifies the enabled log in elements in the view.
| - (UIButton*) logInButton |
|
readnonatomicstrong |
The log in button. It is nil if the element is not enabled.
The password text field. It is nil if the element is not enabled.
| - (UIButton*) passwordForgottenButton |
|
readnonatomicstrong |
The password forgotten button. It is nil if the element is not enabled.
| - (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.
| - (UIButton*) twitterButton |
|
readnonatomicstrong |
The Twitter button. It is nil if the element is not enabled.
The username text field. It is nil if the element is not enabled.
The documentation for this class was generated from the following file: