tvOS SwiftUI Focus Engine

506 Views Asked by At

I am facing a decision regarding use SwiftUI in our new tvOS app but I found problem with foucs. I know that exist something like:

func focusable(_ isFocusable: Bool = true, onFocusChange: @escaping (Bool) -> Void = { _ in }) -> some View

but I can't see elements like UIFocusGuide. Did anyone of You faced similar problem ? Maybe You have any solution / examples how to handle complex focus behaviour in SwiftUI ? Maybe it is not time for using it and we need to wait for new update.

Cheers.

0

There are 0 best solutions below