func makeUIViewController (context: Self.Context) -> Self.UIViewControllerType
Creates the view controller object and configures its initial state.
ビューコントローラオブジェクトを作成します、そしてそれの初期状態を構成設定します。
func updateUIViewController (Self.UIViewControllerType , context: Self.Context)
Updates the state of the specified view controller with new information from SwiftUI.
指定されたビューコントローラの状態をSwiftUIからの新しい情報で更新します。