LuxChat  2.0
Instant messenger for iOS
List of all members
PFSignUpViewController Class Reference

#import <PFSignUpViewController.h>

Inheritance diagram for PFSignUpViewController:

Properties

Configuring Sign Up Elements


PFSignUpFields fields
 
PFSignUpViewsignUpView
 
Configuring Sign Up Behaviors


id< PFSignUpViewControllerDelegatedelegate
 
NSUInteger minPasswordLength
 
BOOL emailAsUsername
 

Detailed Description

The PFSignUpViewController class that presents and manages a standard authentication interface for signing up a PFUser.

Property Documentation

- (id<PFSignUpViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate that responds to the control events of PFSignUpViewController.

See also
PFSignUpViewControllerDelegate
- (BOOL) emailAsUsername
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.

- (PFSignUpFields) fields
readwritenonatomicassign

A bitmask specifying the log in elements which are enabled in the view.

See also
PFSignUpFields
- (NSUInteger) minPasswordLength
readwritenonatomicassign

Minimum required password length for user signups, defaults to 0.

- (PFSignUpView*) signUpView
readnonatomicstrong

The sign up view. It contains all the enabled log in elements.

See also
PFSignUpView

The documentation for this class was generated from the following file: