Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 631 Bytes

LogIn and SignUp View Controllers Tutorial

This Xcode project teaches you how to use the PFLogInViewController and PFSignUpViewController using the Parse framework.

How to Run

  1. Clone the repository and open the Xcode project.
  2. Add your Parse application id and client key in AppDelegate.m.
  3. Setup your Facebook and Twitter keys as described in our iOS Guide.
  4. Hack away!

Learn More

To learn more, take a look at the Login and Signup Views tutorial.