is there any changes regarding UITableView begin or end updates

Asked on 2025-08-29

1 search

There were no specific mentions of changes to UITableView's beginUpdates or endUpdates methods in the provided context from the WWDC sessions. However, there were updates related to UIKit and animations, such as the introduction of a new animation option called "flush updates" for UIViews, which applies pending updates just before and after animations, potentially reducing the need for manual layout calls. This was discussed in the session titled "What’s new in UIKit" from WWDC 2025.

For more details on the improvements to animations in UIKit, you can refer to the session What’s new in UIKit (15:45).