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

updateBodyIfNeeded()

Updates the interface controller’s set of views immediately, if updates are pending.

Declaration 宣言

func updateBodyIfNeeded()

Discussion 議論

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 setNeedsBodyUpdate().

See Also 参照

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