where can I discover more about the new tabbaraccessoryview

Asked on 06/12/2025

1 search

To learn more about the new TabBarAccessoryView, you can refer to the session titled "Build a UIKit app with the new design" from WWDC 2025. This session covers how to create a UITabAccessory with your content view and set it as a bottom accessory on a UITabBarController. It also discusses how to handle changes in the accessory view's environment and update it accordingly. You can find more details in the chapter on Tab views and split views.

Additionally, the session "Build a SwiftUI app with the new design" also touches on using a bottom accessory modifier in SwiftUI, which might be relevant if you're working with SwiftUI. You can explore this in the chapter on App structure.