Contents

status()

Returns the state of the focus system, including information about the currently focused item.

Declaration

class func status() -> any UIFocusDebuggerOutput

Return Value

An object the focus debugger uses to output information to the debugger console.

Discussion

Call this method from the lldb debugger using the following command:

The method returns information about the focus system and the currently focused item.

See Also

Getting focus information