Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Sign up information - Three view controllers

I have a three step sign up that uses three different view controllers and I have to do a post request when I finish fill all the fields in.

  • First view controller - Name, Email, Password.

  • Second view controller - Location.

  • Third view controller - Languages and Interests.

  • Fourth view controller - I do a post request in the viewDidLoad().

So, what should I use to store the data? Would plists be a good practice or I should do something different?