I have some focus-engine issues with tvOS and SwiftUI.
When I use buttons in SwiftUI, the focus engine handles it perfectly (the button is automatically focusable and it pops to the front with the fun animations when it is focussed). When I use VStacks and HStacks to create a grid with images, .focusable()
does handle the focus part, but visually on screen there is nothing to see other than the grid is scrollable.
I really want my images in the grid to be highlighted and also pop to the front, like I easily can do in the TVML/TVJS (but who does not want to go native). I want to see if I can go all native, but Apple does very little on the tvOS part of their demos and documentation.
I have tried looking for example projects that take care of this, but I can't find anything. Maybe someone here knows. Many thanks in advance!