func makeUIView (context: Self.Context) -> Self.UIViewType
Creates the view object and configures its initial state.
ビューオブジェクトを作成します、そしてそれの初期状態を構成設定します。
func updateUIView (Self.UIViewType , context: Self.Context)
Updates the state of the specified view with new information from SwiftUI.
指定されたビューの状態をSwiftUIからの新しい情報で更新します。
associatedtype UIViewType : UIView
The type of view to present.
提示するビューの型。