what's new in uitableview
Asked on 05/13/2025
1 search
In the "What’s new in UIKit" session at WWDC 2024, several updates were introduced for UITableView
. One of the key updates is the introduction of the list environment trait. This trait describes the style of the list that the view is in, allowing cells to be styled appropriately without needing to know the specific style of the list. This simplifies the cell configuration process, as the configuration code only needs to know the style required by the content, such as whether it is a regular cell, a header, or a footer. This update is part of a broader set of improvements to collection and table view APIs, making it easier to update your cells and ensuring they automatically adjust their appearance based on the list environment trait.
For more details, you can refer to the session What’s new in UIKit (07:54).

What’s new in watchOS 11
Explore new opportunities on Apple Watch, including bringing Double Tap support to your watchOS app, making your Smart Stack widgets even more relevant and interactive, and displaying your iOS Live Activities in the Smart Stack.

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.

Migrate your TVML app to SwiftUI
SwiftUI helps you build great apps on all Apple platforms and is the preferred toolkit for bringing your content into the living room with tvOS 18. Learn how to use SwiftUI to create familiar layouts and controls from TVMLKit, and get tips and best practices.