func setNeedsBodyUpdate ()
Invalidates the current SwiftUI views and triggers an update during the next cycle.
現在のSwiftUIビューを無効にします、そしてある更新を次の循環の間に引き起こします。
Availability 有効性
Technology
func updateBodyIfNeeded()
Calling this method forces the hosting controller to update its current set of views, but only if there are pending changes. If there are no pending changes, this method does nothing. このメソッドを呼び出すことは、それの現在の一揃いのビューを更新することをホスティングコントローラに強制します、もしそれらが変更を未解決ならば。未解決の変更が無いならば、このメソッドは何もしません。
To mark the interface controller as needing an update, call set
.
func setNeedsBodyUpdate ()