1. 18
    1. 4

      I’m currently using SwiftUI to try and build a fairly complicated app in terms of UI. I think SwiftUI is just now at the point where you can really use it for anything. I haven’t had to reach down to AppKit or UIKit for anything (yet), but the number of things you would even need to is getting smaller all the time.

      1. 2

        I was excited to start writing a SwiftUI app, but as soon as I got to around three screens, the typechecker started constantly timing out. I tried manually specifying types and splitting out different views but ultimately gave up.