From the course: Complete Guide to SwiftUI
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Testing
- [Instructor] Okay, so now we're ready to test this app, and see how it works. So I'm going to go ahead, and change my simulator, we'll do it in a simulator here. And I'm going to use the iPad Pro 11 inch here. Now you notice I also have an 18.2, which is what I have been using for most of the course. It turns out that 18.2 has a bug that makes it problematic for tab use, so I'm not going to use it for this one, I'm going to go to the 18.4 version for this, as you see up in the top there. All right, and then we can just go ahead and run it. And once it starts running we can see the splash screen that we have. That's the screen from the detail view, and we'll come back to that, but I want to start here in ingredients, so we can hit the ingredient button, and jump over to ingredients. We can see we've got a lot of ingredients here. They're all listed here. And I have a whole bunch of ingredients if I want to use them. If I wanted to add an ingredient, let's say for example there's no…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Introducing the capstone project2m 55s
-
(Locked)
The model schema2m 10s
-
(Locked)
Add model to project1m 47s
-
(Locked)
The model implementation5m 2s
-
A dual key model6m 12s
-
(Locked)
Styles4m 38s
-
(Locked)
Code custom controls4m 38s
-
(Locked)
Ingredients view4m 36s
-
(Locked)
Add navigation3m 31s
-
(Locked)
Recipe view5m 33s
-
(Locked)
Add and edit recipes5m 8s
-
(Locked)
Testing6m 54s
-
(Locked)
-