Focus Engine for UIView-based views

I would very-much like to have a control that feels similar to the rest of the appletv; but I have a scenekit scene that I'd like to do this navigation in.


I've seen UIFocusGuide can be used for guiding focus on non-UIView based items. Can I have a scenekit view which only has UIFocusGuides, and how can I get the tilt or tendency toward the next focus point so I can make a similar effect on my scenekit node representing the current focus?


Thanks.

No, the focus engine only supports UIView's and their subclasses.

Focus Engine for UIView-based views
 
 
Q