← Back to context

Comment by chrismsimpson

4 years ago

SwiftUI is an intermediate step in this transition. Expect the UIKit/AppKit bits to eventually disappear.

Except SwiftUI is itself built on top of AppKit/UIKit.

  • Many of the views are, but some do not bind to AppKit/UIKit and instead are drawn directly (I think maybe Image is one?). The idea is you could keep SwiftUI's API stable while deprecating AppKit/UIKit piecemeal underneath.