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 Playlist Browser with Objective-C Working With Multiple View Controllers Using Navigation Controllers

Dave Cameron
Dave Cameron
1,992 Points

Changed the segue from Modal to Push, the Navigation Item did not appear, unable to input "Artists".

Do I have to manually create the Navigation Item? Using XCode 5.1.

Dave Cameron
Dave Cameron
1,992 Points

I managed to manually insert a Navigation Item from the object library to achieve the same functionality. Am I correct in assuming the auto-insert is a newer feature in Xcode 6?

1 Answer

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

First, can you update to XCode 6, and second what exactly are you trying to do, are you trying to add the Navigation controller? If so click on the master view controller, click "Editor" on the navigation bar, go to embed in, and select navigation controller. This will also add a navigation bar to the top of the view controller.