First Series Overview
I still remember how overwhelming, frustrating and challenging it can be when you first start learning coding. It is easy to get caught up in the details, things like syntax and interface design and just loose sight of the fundamentals. Therefore, I wanted my first series on YouTube to target iOS programming to non programmers from absolute scratch. It covers the following topics:
- Materials needed to code an iOS app
- Swift: Variables, Constants, & Datatypes
- Control Flow
- Functions
- Object Oriented Programming
- Collections
- Loops
- Model View Controller
- XCode Walkthrough
- Build Your First App