Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

NAUSHAD DARUWALLA
1,587 PointsCreating 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
Treehouse TeacherWe 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.