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

Creating Password

Hello all,

I am trying to create a password protected app which, upon entering the correct password, does a modal animation to a navigation controller hierarchy. I have tried making the passwordView in an xib file and connecting it to the first navigationController view in the storyboard but that does not work, what am I supposed to do?

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

We will cover this in the next iPhone project, which is due to be published in full in a week or two. Keep an eye on this roadmap as I'll be adding a date shortly.

Our project uses User Accounts from Parse.com, which may be slightly different than what you are trying to accomplish, but hopefully it will help or at least show you an alternative solution.