From the course: iOS 14 Development Essential Training

Unlock the full course today

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

Drag-and-drop user interface creation with storyboards

Drag-and-drop user interface creation with storyboards

From the course: iOS 14 Development Essential Training

Start my 1-month free trial

Drag-and-drop user interface creation with storyboards

- [Instructor] Let's take a look at working with storyboards in a little bit more detail. In the editor, you may have noticed a couple of things, on the left side we have something called the document outline which gives you a visual hierarchy of your applications. So you can select things like your label, or it's in closing view, by clicking on them here. This becomes very useful when you have more complex layouts, and when one element is covering up another one, for example, we have this white view behind our main label. If you want to select it, you have to make sure you're clicking outside of the label. If you have a whole bunch of UI objects on the screen and they're all covering up the background, then it's much easier to select the background, by clicking in the document outline. You can toggle the document outline, by clicking this button down here in the user interface. You may have to scroll over to see your layout…

Contents