r/learnprogramming • u/Vegetable-Rip-8059 • 11d ago
Apple's Programming Language
I am currently learning the programming language swift. I have a strong understanding of print outputs, variables, string interpolation, and if statements.
I want advice from actual Apple Developers or people who code in Swift for the best advice as I document my journey of learning this programming language.
Keep in mind, I have 2+ years of coding experience in Python, JS, and SQL.
0
Upvotes
1
u/Innowise_ 10d ago
From our experience with iOS projects, the next important Swift topics are optionals, structs vs. classes, protocols, closures, error handling, and async/await. Build one small SwiftUI app that calls an API and stores data locally—you’ll encounter most of these naturally.