So in doing this, as I zoom out, you can see that we have,
I don't know if you can or can't.
We've got three different views that have been linked through segues from our table
view, and they've created these new view controllers into which we can put
other kinds of items.
So you can put table views, or web views, or map views, or
whatever we thought was appropriate, tab bars, tool bars.
I'm going to zoom into Potato Chip here, and
I'm going to go ahead and add a button.
And we will add just a normal button in the center here, and
we will call Potato Chip we'll say, let's see,
we'll make an option of Corn Chips and option control that.
And a second choice will be, oh gosh I don't know, BBQ Chips, And
we will select those two things, and we will ask for
them to be horizontally centered, and I'm not super concerned about the layout.
What I want to do though, I'm going to Option+Ctrl+= the, okay,
maybe I am a little bit concerned about the layout.
I will put them, Give them some constraints,
and give this guy constraint, Yeah and
let's lay them out and see how they come out, all right.
The reason why I added those buttons is because I want to add another set
of view controllers, so that you can see the navigation through this system.
So we're going to once more, or
actually what we'll do is we'll just option drag this one over.
Select that, select it, select it, and option drag it.
It's not letting me copy it that easily, okay we'll just get a new one.
Get a view controller, drop it up here, another view controller and
drop it down below it.
As we do that, our canvas expands a little bit, so we have a little bit more space.
And until we connect it with a segue,
we're not going to see that navigation bar show up.
So I'm going to select the button, and
I'm going to Ctrl drag to this one, and I'm going to give it a Show segue.
We'll see our View at the top show up, I will select BBQ Chips,
and I will Ctrl drop to this one.
Show, and a bar shows up at the top, and
then I want to add a navigation item to both of these.
And I want to clarify that this is BBQ Chips, and
navigation item up here, clarify that this is Corn Chips.