func makeCoordinator () -> Self.Coordinator
Creates the custom instance that you use to communicate changes from your view to other parts of your SwiftUI interface.
あつらえのインスタンスを作成します、それはあなたが使用して、変更をあなたのビューからあなたのSwiftUIインターフェイスの他の部分へと伝達するものです。
Availability 有効性
Technology
associatedtype Coordinator = Void
func makeCoordinator () -> Self.Coordinator