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).

Elevate your tab and sidebar experience in iPadOS
iPadOS 18 introduces a new navigation system that gives people the flexibility to choose between using a tab bar or sidebar. The newly redesigned tab bar provides more space for content and other functionality. Learn how to use SwiftUI and UIKit to enable customization features – like adding, removing and reordering tabs – to enable a more personal touch in your app.

What’s new in UIKit
Modernize your app with the latest APIs in UIKit, including enhanced menu bar support, automatic observation tracking, a new UI update method, and improvements to animations. We’ll also cover how you can include SwiftUI scenes in your UIKit app and explore SF Symbols, HDR color pickers, and more.

What’s new in UIKit
Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.