Instance Property
nsviewController
The underlying AppKit view controller.
@MainActor var nsviewController: NSViewController { get }
Discussion
Use this property when you need to present, embed, or otherwise manipulate the view controller in the AppKit hierarchy.