← Back to context Comment by grishka 4 years ago Except SwiftUI is itself built on top of AppKit/UIKit. 2 comments grishka Reply jamil7 4 years ago 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. chrismsimpson 4 years ago This is what I meant
jamil7 4 years ago 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. chrismsimpson 4 years ago This is what I meant
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.
This is what I meant