Xcode

Xcode videos for people new to app development.

 
 
 
 

 

 

New Xcode Series

I have been making Xcode tutorial videos for about a year to use in my MYP Design class. Recently, I have started a new series for Xcode series for beginners. I try to explain some of the basic concepts. In the classroom, I have found app design is highly engaging for my students and allows them to practice coding as well as UI and UX Design. Some students seem to focus on the function and code challenges, while others prefer to make amazing looking interfaces. Apps are smaller programs so the students can create a few different apps in one semester. One thing that always excites the students is that I let them know that I am learning along with them. This makes the students more comfortable sharing their questions and learning. Here are the new Xcode videos for beginners.

This is a short video showing you the basics of Xcode. It shows you how to navigate the environment. The video shows Xcode 12.
 
This is an introduction to variables, constants and data types.
 
This is an introduction to Xcode video on View Controllers. The View controller manages a single view and all the subviews it contains.
 
This is a short video about segues. I cover push and modal segues briefly and show you how to embed a navigation controller.