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

update()

Updates the underlying value of the stored value. その格納値の基礎をなす値を更新します。

Declaration 宣言

mutating func update()

Discussion 議論

SwiftUI calls this function before rendering a view’s body to ensure the view has the most recent value.