Working through "100 days of SwiftUI"

I'm trying to learn SwiftUI, via the 100DaysOfSwiftUI (just finished day 39).

SwiftUI in simple cases I've encountered so far seems to me very succinct: you want a list, you write List {}. You want some text, you write Text("some text"). Trailing closures are weird at first, but now I think I'm missing them in writing TypeScript.


(I'll update the note after I get more experience with SwiftUI)

Permalink. Published at · Authored by mt

Comments

No comments yet.

Add a comment