what is look to scroll?
Asked on 06/17/2025
1 search
"Look to scroll" is a new feature introduced for Vision OS, which allows users to scroll through content by simply looking at it. This feature can be easily configured using a single view modifier in SwiftUI. By default, "Look to scroll" is disabled in WebView, but it can be enabled by setting the behavior to "enabled" for the look kind using the RevViewscroll input behavior modifier. This feature is particularly useful for navigating long articles or content, making it more convenient for users to find what they want. You can learn more about this feature in the session Meet WebKit for SwiftUI.

Meet WebKit for SwiftUI
Discover how you can use WebKit to effortlessly integrate web content into your SwiftUI apps. Learn how to load and display web content, communicate with webpages, and more.

Create custom visual effects with SwiftUI
Discover how to create stunning visual effects in SwiftUI. Learn to build unique scroll effects, rich color treatments, and custom transitions. We’ll also explore advanced graphic effects using Metal shaders and custom text rendering.

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.