I’m looking to learn to build things for iOS. I already know other languages besides Swift, but I’d really like to have a structured path for this. Any recommendations?
I would start here: https://www.hackingwithswift.com/100/swiftui
Paul has put together a great resource and it’s free so you have nothing to lose. I followed his course and have 2 apps in the app store, and I’m now working on a more complex but hopefully useful app that I plan to launch later this year.
No idea about iOS specifically, but I would always go for official documentation first.
I’ve been thinking of diving into the Swift deep end myself. Good luck to you!
I’ve learned it with Stanford’s CS193p course. https://cs193p.sites.stanford.edu/
It’s the best way to learn both the platform fundamentals, as well as good programming principles. Beware though, it’s definitely for advanced students, and there’s homework.