Birthday Tracker - Let's Create Some Views
View = Things that you see on the screen View Controller = Contains Swift code to control the view 1. Create a single view project 2. App...
Review Class and Inheritance. Let's Struck!
== Let's review class, super class, sub-class == class Vehicle { var type: String var wheel: Int var color: String var door: Int init() {...