From the course: Building a Note-Taking App for iOS 10 with Swift

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Wrap a table view in a navigation controller

Wrap a table view in a navigation controller

From the course: Building a Note-Taking App for iOS 10 with Swift

Start my 1-month free trial

Wrap a table view in a navigation controller

- [Instructor] Most apps, like the settings app in iOS 10 use something called a navigation controller in conjunction with TableViews. So I'm in a settings app right now and we're seeing all these different settings and they're actually in groups and those groups are called, sections and again, if you want more information about creating sections for your TableViews, I recommend looking at the courses I'll show in the last movie of this course. But I want to point out, that we have this title at the top of the screen here in the settings app and if I select any of these settings, then we have a new title and we have this button that takes us back, so we have this hierarchy that we can go down and that feature is actually built into iOS, all you need to do is wrap your TableView in something called a Navigation Controller. So let's look at how that works. I'll go back Xcode and then I'm going to head over to my story board. Here I'm going to select my TableView, and then go to editor…

Contents