In order to customize your tabbed applications, you'll likely want to add new tabs and view controllers. Learn how that process works.
- [Narrator] If you actually want to build an app,…using the Tab Bar application,…you probably want to customize…the icons for your application,…and add additional views to have more than two tabs.…So let's look at how you might do those.…So the first step is to actually add…another View Controller to our application,…so I'm going to scroll to the right a little bit…where there's some space,…and the top item in the object library,…should be View Controller.…So you can actually just click and drag…one out to the screen, right in the middle of there,…to have an additional View Controller.…
So now what we want to do,…is connect this View Controller to our Tab Bar Controller.…To do that, select the Tab Bar Controller,…head over to the connections inspector,…and look at that View Controller's property…in the Triggered Segue section.…And what we're going to do is also,…connect this View Controller as a third View Controller,…and to do that, we click and drag…from that circle, right there.…So we already actually have two selected,…
Share this video
Embed this video
Video: Add tabs to a tabbed application