Multi Line Label
Enroll in Course to Unlock
Course Introduction |
Course Resources |
Downloading Xcode |
Opening XCode and Creating our First Project |
A Brief Tour of Xcode |
Exploring Storyboard |
Setting up a New View |
Adding a NavigationController |
Adding a Title and Another Image |
Adding TextFields |
Adding a Button and a Label |
Hooking up our View Objects |
Debugging Connection Errors |
Unhiding our Label |
Changing a Label's Text in Code |
Changing a TextField's Text in Code |
Moving our Label and Closing the Keyboard |
Multi Line Label |
Changing a Label's Color in Code |
Let's Update our Button |
Terminal |
Creating a Project on Github |
Saving our Project to Github |
Adding an Additional Commit |
Downloading and Opening a Project from Github |
Challenge 1: Practicing with the Storyboard |
Challenge 1: Practicing with the Storyboard Solution |
Challenge 2: Save your Changes to Github |
Challenge 2: Save your Changes to Github Solution |
What is a Variable |
Type Annotations |
Intro to Commenting |
Operations on Variables Ints |
Operations on Variables Floats |
Valid Variable Names |
Typealias |
Numeric Literals |
Strings and Characters |
String Interpolation |
Optionals Int |
String to Double |
Shorthand |
Constants |
Shoe Size Converter |
Refactor Shoe Converter |
Adding Women's Shoes |
Age of Laika |
Age of Laika: Solution Part 1 |
Age of Laika: Solution Part 2 |