static func dismantleNSView (Self.NSViewType , coordinator: Self.Coordinator)
Cleans up the presented AppKit view (and coordinator) in anticipation of their removal.
提示されたビュー(そしてコーディネータ)をそれらの除去を見越してきれいに片付けます。
Availability 有効性
Technology
static func dismantleNSView(_ nsView: Self.NSViewType , coordinator: Self.Coordinator)
nsView
Your custom view object. あなたのあつらえのビューオブジェクト。
coordinator
The custom coordinator you use to communicate changes back to SwiftUI. If you do not use a custom coordinator instance, the system provides a default instance. あなたが変更を逆にSwiftUIへと伝えるために使用するあつらえのコーディネータ。あなたがあつらえのコーディネータインスタンスを使わないならば、システムは省略時のインスタンスを提供します。
Use this method to perform additional clean-up work related to your custom view. For example, you might use this method to remove observers or update other parts of your SwiftUI interface. このメソッドを使って、あなたのあつらえのビューに関連する追加のクリーンアップ作業を実行してください。例えば、あなたはこのメソッドを使って、オブザーバを取り除いたり、あなたのSwiftUIインターフェイスの他の部分を更新したりするかもしれません。
static func dismantleNSView (Self.NSViewType , coordinator: Self.Coordinator)