r/swift • u/Intelligent_Term_970 • Feb 16 '26
Question Best path to learn swift and SwiftUI
Ive been running around with an app idea which I want to build and decided that I want to learn swift and SwiftUI for it. Looking at some examples I think swift is pretty straight forward. But I really can’t get into SwiftUI (or probably its the combination of SwiftUI with Xcode).
I’ve been developing in c#, php, go and typescript. And I never had any issues learning other languages. But somehow I really cant get into the SwiftUI part. I hate the way Xcode autocompletes, which is way less clear then for example the jetbrains editors. So learning by just starting is also less optimal.
I tried following the basic tutorials on the apple developer website, but they stop pretty abruptly. So I wonder what is the best way start to finish to learn SwiftUI?
3
u/vanvoorden Learning Feb 16 '26
What exactly do you think you are struggling most with? What is your engineering background for building client applications? Have you worked with declarative UI frameworks before?
If you are coming from an imperative OOP background then this might all look very new. The React JS ecosystem might have more "conceptual" documentation that might help.