From the course: Make SwiftUI Playgrounds Applications
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
HStack, VStack, and layout - Swift Tutorial
From the course: Make SwiftUI Playgrounds Applications
HStack, VStack, and layout
- [Instructor] We've learned some basics of Swift and some fundamental SwiftUI objects. Unfortunately, what we've done as a demo doesn't look so nice. So let's get together the beginnings of a fun app to order pizza. I'm going to start by closing our current app by pressing the X in the corner. And we're going to go ahead and get a new app. So we'll go down where it says More Playgrounds and hit App. And that makes me a new copy. I'm going to tap on the name here and I'm going to change the name to Huli Pizza Takeout. Hit done. And I'll go into the app. Let's open the sidebar and we'll change the name of the app here as well. So I'll change the name here again to Huli Pizza takeout. And I'm going to pick a accent color and we're going to use green this time. So I'm going to just pick the green under the accent color and I can go ahead and close that. And my placeholder won't matter that much this time 'cause we're…
Contents
-
-
First steps8m 56s
-
(Locked)
Constant and calculations7m 57s
-
(Locked)
Functions, methods, and modifiers7m 14s
-
(Locked)
HStack, VStack, and layout9m 41s
-
(Locked)
Create new files and views4m 50s
-
(Locked)
Add images10m 10s
-
(Locked)
Learn about Swift types9m 32s
-
(Locked)
Variables and scope10m 33s
-
(Locked)
Using if{}else{}8m 24s
-
(Locked)
More if{}else{}12m 46s
-
(Locked)
Create custom functions7m 58s
-
(Locked)
Structs and classes10m 55s
-
Models and views10m 37s
-
-
-