Code an iPhone App with Swift – Full Course on iOS Swift Programming for Beginners
By freeCodeCamp.org
Published: Dec 07, 2022“
Learn the Swift programming language in this full tutorial for beginners.In this video, we will go through every modern aspect of Swift as a programming language including, variables, constants, functions, structures, classes, and protocols. extensions, asynchronous programming, generics, and much more. This video will lay the foundation for learning Swift for those who are not familiar with Swift already.
You can follow along with this video on macOS, Linux, and Windows. On Linux and Windows, you will need to download the Swift toolchain from https://swift.org and run the examples manually by invoking Swift from Terminal using your favorite code editor such as Visual Studio Code.
Vandad Nahavandipoor created this course.
Vandad on YouTube: https://youtube.com/c/vandadnp
Vandad on Twitter: https://twitter.com/vandadnp
Vandad on LinkedIn: https://linkedin.com/in/vandadnpContents
- (0:00:00) Introduction
- (0:06:49) Variables
- (0:29:46) Operators
- (0:46:55) If and else
- (1:05:08) Functions
- (1:23:58) Closures
- (1:52:08) Structures
- (2:17:58) Enumerations
- (2:59:21) Classes
- (3:24:51) Protocols
- (3:47:48) Extensions
- (4:00:06) Generics
- (4:32:44) Optionals
- (4:53:39) Error Handling
- (5:39:35) Collections
- (6:17:17) Equality and Hashing
- (6:38:46) Custom Operators
- (6:50:53) Asynchronous Programming
- (7:04:38) Outro
”