From the course: Learning Apple tvOS App Development

Unlock the full course today

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

Set up a TableViewController

Set up a TableViewController

From the course: Learning Apple tvOS App Development

Start my 1-month free trial

Set up a TableViewController

- [Instructor] I have opened up the main storyboard file again of our application and we have already completed working on our first view controller, which is the Your Location view controller in the last video. And now we are moving on to the master detail view controller with the table view and our detail view controller here on the very right of our view controller scene. But, before we move to that, let's have a look at our tab bar control, and as you can see, we have two items here. The first one is named First and the second one is named Item, and we want to change that. So, what I'm going to do is selecting the First view controller and opening up the document outline by clicking on the lower left corner of your screen, and what I have here is the First view controller now at the very top. And there we will find the item First, which is our name for this tab in our tab bar controller, and I can just rename that in the attributes inspector here on the right, and I'm going to…

Contents