I know there are a couple of apps already in development, but I kinda want to have a go to learn how to build an app in Swift. So what are some good resources to learn?
I know there are a couple of apps already in development, but I kinda want to have a go to learn how to build an app in Swift. So what are some good resources to learn?
I build a Swift package for the Lemmy API: https://github.com/rrainn/Lemmy-Swift-Client.
Beyond that, the SwiftUI tutorial is fairly good: https://developer.apple.com/tutorials/swiftui/.
But just searching on YouTube and Stack Overflow about how to do things goes a long way too. Google a lot as well.
Thank you!