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

update()

Updates the fetched results. 取って来た結果を更新します。

Declaration 宣言

mutating func update()
Available when Result conforms to NSFetchRequestResult.

Discussion 議論

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