-
@Shpigford Having done something like this recently, Apple‘s first party tutorials and minimal demo apps were way more useful than all the third-party stuff. developer.apple.com/tutorials/SwiftUI
-
@Shpigford This monstrosity was about four hours of messing around from “Never used XCode or Swift” github.com/obra/DialApp I was able to open windows, send key events, record key bindings, and persist everything to Core Data. It is far from a useable app. But it’s a start.