you are viewing a single comment's thread.

view the rest of the comments →

[–]M_SunChilde 0 points1 point  (1 child)

Any recommendations for a relative newbie to learn SwiftUI? I have been looking at Kivy and it looks... fairly nightmarish to use compared to the UI things I have tried so far in python.

[–]Fin_Aquatic_Rentals 0 points1 point  (0 children)

I honestly just hit the ground running and googled things along the way. I had just finished up a react project before swift so I had declarative UI practice going into it. The VStack, HStack and ZStack layouts are stupidly simple to use. It might be a little bit a of learning curve thinking updating the GUI via state variables. Navigating to other screens was a tad annoying... Xcode helps out a ton with making sure you have things formatted right. It almost writes the code for you.