Are there any hidden tools in tvOS for Focus Engine debugging?
One of my favorite hidden debugging tools for iOS is using recursiveDescription on UIView instances. This is very useful for troubleshooting view locations that may be off-screen, for example. Debugging the Focus Engine on tvOS brings its own set of challenges, especially around what it thinks are focusable elements. Are there any hidden debugging tools for tvOS to introspect what is going on inside the Focus Engine? There are two helpful methods, both of which are actually documented in the App Programming Guide for tvOS . UIView If you're trying to move focus to a particular view and can't,