Switch view that digital crown controls

I wonder if there is way to switch the view that the digital crown controls. Like if have a list and a vertical tab view, when the tab displays, I want the crown control the scrolling in the tab. I dont want to use sheet, cause I have some special UX design, and also dont want to use if else to toggle between the two views.

I have tried with resetFocus and other focus related functions, not working

The digital crown controls the current focused view. Did you try to use focused(_:equals:) and focusable() to make sure the focus is on your target view? If that doesn't work, maybe you can share your code here for folks to take a look?

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

Switch view that digital crown controls
 
 
Q