|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFLogInViewController.h>
Properties | |
Configuring Log In Elements | |
| PFLogInFields | fields |
| PFLogInView * | logInView |
Configuring Log In Behaviors | |
| id< PFLogInViewControllerDelegate > | delegate |
| NSArray< NSString * > * | facebookPermissions |
| PFSignUpViewController * | signUpController |
| BOOL | emailAsUsername |
The PFLogInViewController class presents and manages a standard authentication interface for logging in a PFUser.
|
readwritenonatomicweak |
The delegate that responds to the control events of PFLogInViewController.
|
readwritenonatomicassign |
Whether to prompt for the email as username on the login view.
If set to YES, we'll prompt for the email in the username field. This property value propagates to the attached signUpController. By default, this is set to NO.
|
readwritenonatomiccopy |
The facebook permissions that Facebook log in requests for.
If unspecified, the default is basic facebook permissions.
|
readwritenonatomicassign |
A bitmask specifying the log in elements which are enabled in the view.
|
readnonatomicstrong |
The log in view. It contains all the enabled log in elements.
|
readwritenonatomicstrong |
The sign up controller if sign up is enabled.
Use this to configure the sign up view, and the transition animation to the sign up view. The default is a sign up view with a username, a password, a dismiss button and a sign up button.
1.8.9.1