14 Day Beginner Challenge Lesson 8 – Swift Programming: Structures
In this lesson, you’ll learn about the basics of Structures in Swift. You’ll also learn about the properties and methods that live inside your structure. Also, you’ll learn how, depending on where you write your code, the scope of a property or method can change. Finally, you will learn about computed properties.

Did you know that this 14 Day Beginner Challenge is just the tip of the iceberg? Inside CWC Plus, you’ll continue the training with advanced training and resources. Click here to learn more!
2 Comments
Thanks again Chris for a great video,
If you can’t find the Assistant Editor, Chris has another video “Where is the Assistant Editor”
https://www.youtube.com/watch?v=rTn02yqIj6w
Hi Chris,
I made it to lesson 8! Woooo!!
However…
I’m using xcode 11.1. I have been able to fight through differences until now. I cannot figure out how to get the code for the View Controller to show. It is not listed on the left. I only see AppDelegate.swift, SceneDelegate.swift and ContentView.swift.
Also… when I run the simulator it takes the “Hello World” from ContentView.swift and displays that after I see the storyboard. Commenting stuff out wasn’t enough.
Do you have a supplemental video that bridges the gaps from the version you used to 11.1? Or something like that? What am I missing?
Thank You!!!