Associated Type
関連型
Coordinator
A type to coordinate with the view controller.
ビューコントローラと協調するある型。
Required.
必須。
Declaration
宣言
associatedtype Coordinator = Void
See Also
参照
Providing a Custom Coordinator Object
あつらえのコーデネータオブジェクトを提供する
func makeCoordinator() -> Self.Coordinator
Creates the custom object that you use to communicate changes from your view controller to other parts of your SwiftUI interface.
あつらえのオブジェクトを作成します、それはあなたが使用して、変更をあなたのビューコントローラからあなたのSwiftUIインターフェイスの他の部分へと伝達するものです。
Required. Default implementation provided.
必須。 提供される省略時の実装。