Today, I decided to start open sourcing my iOS tutorial I've been using to teach iOS trainees (50+ I think) over many years. The tutorial I'm going to be releasing is just the last of many iterations.
I haven't done this before, because the course has been originally written in Spanish. This list of articles has been translated to English by myself.
Before listing the articles, I have to say that, if you're starting iOS development in 2021, you probably want to start by learning SwiftUI, and not UIKit. When I started writing these tutorials (back in 2017), there was no clue we were going to have a new framework to nearly replace UIKit.
If you prefer to learn SwiftUI, I recommend this course by Paul Hudson.
If you're still here, this is the list of tutorials:
- Introduction to Swift - Part 1
- Introduction to Swift - Part 2
- Introduction to the View
- Introduction to the Controller
- Using Xibs
- Navigation in iOS apps
- Understanding Delegation (under translation)
- Introduction to UITableView (under translation)
- Introduction to Networking (under translation)
Extra:
- Introduction to Cocoapods (under translation)
- Swift generics
- Introduction to Git (under translation)
- Introduction to Swift error handling
--
I honestly hope anyone could take advantage of these course.
Please reach me over dev.to, or to my email.
Thank you!
Top comments (0)