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 trialian tsai
4,298 PointsI 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.
thibaut noah
8,692 PointsThe 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
landonferrier
25,097 PointsIan, here is a full template for the social network application: Click Here.
Sonam Wangyal
2,208 PointsSonam Wangyal
2,208 PointsDid you manage to figure it out?