Instance Property インスタンスプロパティ

body

The root view of the view hierarchy to display for your interface controller. あなたのインターフェイスコントローラに表示するビュー階層のルートビュー。

Declaration 宣言

var body: Body { get }

Discussion 議論

Override this property and return the root view of your SwiftUI view hierarchy from your implementation. このプロパティをオーバーライドして、そしてあなたのSwiftUIビュー階層のルートビューをあなたの実装から返してください。 If you don’t override this property, accessing the default implementation triggers an exception.