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 Using Parse.com as a Backend and Adding Users Logging In and Logging Out

ian tsai
ian tsai
4,298 Points

I lost back button for SignupViewController as well after hiding the back button for LoginViewController

after entering self.navigationitem.hidesbackbutton = Yes in login view controller and sethidesbottombarwhenpushed:YES in inbox view controller. the back button for signup view controller is also hidden but in your video it is still there.

Sonam Wangyal
Sonam Wangyal
2,208 Points

Did you manage to figure it out?

thibaut noah
thibaut noah
8,692 Points

The code provided in this thread : https://teamtreehouse.com/forum/i-have-major-issues-here-getting-the-back-button-to-hide-the-back-button-itself-does-not-hide-only-the-arrow fixes the bug, basically you create an instance of InboxViewController wich you assign the destinationViewController to and then you use the methods to hides the bar and the back button on it. You obviously delete the code to hide the backbutton in the LoginViewController implementation.

1 Answer

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