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.
Updates the underlying value of the stored value.
mutating func update()SwiftUI calls this function before rendering a view’s body to ensure the view has the most recent value.