func makeNSView (context: Self.Context) -> Self.NSViewType
Creates the view object and configures its initial state.
ビューオブジェクトを作成します、そしてそれの初期状態を構成設定します。
associatedtype NSViewType : NSView
The type of view to present.
提示するビューの型。
Availability 有効性
Technology
func updateNSView(_ nsView: Self.NSViewType , context: Self.Context
)
nsView
Your custom view object. あなたのあつらえのビューオブジェクト。
context
A context structure containing information about the current state of the system. システムの現在の状態についての情報を含んでいる前後関係構造体。
When the state of your app changes, SwiftUI updates the portions of your interface affected by those changes. SwiftUI calls this method for any changes affecting the corresponding AppKit view.
あなたのアプリの状態が変化する時、SwiftUIはそれら変化によって影響されるあなたのインターフェイスの各部を更新します。SwiftUIは、このメソッドを、対応するAppKitビューに影響を及ぼすあらゆる変化に対して呼び出します。
Use this method to update the configuration of your view to match the new state information provided in the context
parameter.
func makeNSView (context: Self.Context) -> Self.NSViewType
associatedtype NSViewType : NSView