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

Why is it important to embed your first view into a navigationController?

Editor> Embed In> Navigation Controller

1 Answer

Alex Hedley
Alex Hedley
16,381 Points

Taken from Apple: "A navigation controller manages a stack of view controllers to provide a drill-down interface for hierarchical content." https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/NavigationControllers.html

It all depends what you want your app to achieve but if you're going to be moving between views it adds a lot of inbuilt functionality like a back button, a place for a title in the header, easy addition of buttons etc