is the "idle prefetch" feature for macos coming only to apps built on swiftUI? What about Appkit?
Asked on 06/11/2025
1 search
The "idle prefetch" feature is being introduced to macOS through SwiftUI, as mentioned in the Platforms State of the Union. This feature is specifically highlighted as a performance improvement for SwiftUI, bringing a significant boost in performance for scrolling, especially in lists and tables with large amounts of data. There is no mention of this feature being available for AppKit in the provided context. Therefore, it seems that "idle prefetch" is currently a SwiftUI-specific enhancement on macOS.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

SwiftUI essentials
Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.

What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.