Instance Method インスタンスメソッド

setNeedsBodyUpdate()

Invalidates the current SwiftUI views and triggers an update during the next cycle. 現在のSwiftUIビューを無効にします、そしてある更新を次の循環の間に引き起こします。

Declaration 宣言

func setNeedsBodyUpdate()

Discussion 議論

Call this method to mark the views of the hosting controller as needing an update. このメソッドを呼び出して、ホスティングコントローラのビューそれらを更新が必要であると印してください。 During the next update cycle, the hosting controller fetches an updated set of views from its body property.

See Also 参照

Updating the Root View ルートビューを更新する