From the course: Building Your First iOS 17 App
Unlock this course with a free trial
Join today to access over 24,100 courses taught by industry experts.
SwiftUI stacks
From the course: Building Your First iOS 17 App
SwiftUI stacks
- [Instructor] Now we're going to start creating our tip calculator app. So you may notice on the left side of the editor, due to my font size, it's a little bit hard to read the code due to some wrapping issues in this area over here. So let's get a little bit more screen real estate. Remember that we can hide some of the views by clicking the buttons in the toolbar. So the top left button in the toolbar will hide the navigators. And then the top right button in the toolbar will hide the inspectors. I can also click and drag this center area so that I can resize how much space I allocate to my canvas versus my code editor. So what I'm going to do is hover over the right edge, to the right of that scroll bar, and then I'm going to click and drag to the right to resize my canvas just as big as I need it. That way I get a little bit more space for writing code. Now let's talk about the code. So inside of this block, I have…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.