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.

Add different UIKit components

Add different UIKit components

From the course: Learning Apple tvOS App Development

Start my 1-month free trial

Add different UIKit components

- [Instructor] Now that we have added all the assets that we need to create our application, we can start on building our immersive user interface, which I'm going to show you right now. So this is the Your Locations tab that we are going to create, and as you can see there are actually just a few labels, we have one button that allows us to switch through the days, we have two image views, one for the icon, one to divide these two lower sections, again, a label, and we have this nice visual effects view that blurs a little bit of our video in the background. So, this is what we're trying to achieve. So let's open up our project, and I've only opened my main storyboard, and I'm going to zoom in to our first view controller right here, the See Your Locations tab, and we're going to start with adding a label, press command + shift + L, to bring up the object library, and I've already got a label here so I'm going to drag it right into my user interface, it's going to be Your Location…

Contents