From the course: Complete Guide to SwiftUI
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Introducing the capstone project
From the course: Complete Guide to SwiftUI
Introducing the capstone project
- [Instructor] We are at the end of the course, and this is the capstone project of the course. Consider the capstone the super challenge of the course, allowing you to build your own Swift UI app. We've looked at the ordering side of the restaurant business. Now let's get back to the kitchen. We'll make a recipe file app to produce the pizzas and some prep items for the pizzas. There are two major parts, the recipes and ingredients to use in the recipes. I'll be providing you with some data for each, but you will set this up to add and edit your own data. I'll provide you with the models and you make the app from there. Though, if you want to get really involved, make your own model. Of course, this will take a lot longer to complete. Use my model so you can concentrate on Swift UI and not a lot of backend problems. In real life, this is a common occurrence to write code for someone else's model, so it's good practice. You have four paths. Start from scratch without my model and…
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)
-