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 trialthibaut noah
8,692 PointsBar button item cannot be put inside the op navigation bar of the root view
Ok so i struggled a bit on xcode 6+ because i couldn't put the bar button where i was suppose to put it, the fix is to put a navigation item inside the navigation bar of your root view controller and then you can put the bar button item inside it.
1 Answer
Jonas Wang
10,048 PointsI'm having the same problem and I'm using Xcode 7. I think this video is too old and should be updated.
thibaut noah
8,692 PointsBest advice if you are using xcode 7 is to switch to swift, the objectice-C course is seriously outdated
Anne Maiale
1,495 PointsAnne Maiale
1,495 PointsThanks a bunch - this helped me a lot!