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

update()

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

Declaration 宣言

func update()
Available when SectionIdentifier conforms to Hashable and 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.