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 Build a Self-Destructing Message iPhone App Designing and Starting the App Adding Login and Sign Up Screens

Login view controller shows up after displaying the table view controller for a split second after launching

I am trying to implement a project on my own, following this tutorial. The controller stack is the same as here. Instead of the table view controller, I have a normal view controller. Rest of it is same, i.e, I have embedded it in a navigation controller, etc. When I run the app on a simulator, before other view controller appears first, and then the login view controller is displayed, unlike in the video where the login screen appears first. Have anyone faced this issue before?

1 Answer

Namrata, here is a full template for the social network application: Click Here.