Hacker News new | ask | show | jobs
by sumuyuda 856 days ago
You can use AppKit in Swift just like you can use UIKit on iOS. There is no requirement to use SwiftUI when creating a macOS swift app.
1 comments

Yeah the wrapper is the same, it’s just NSView instead of UIView and the like. But the API is wrapped just as well.