focusedItem
The item that’s currently focused.
Declaration
weak var focusedItem: (any UIFocusItem)? { get }Discussion
If the current object or none of its children are focused, this property is set to nil.
The item that’s currently focused.
weak var focusedItem: (any UIFocusItem)? { get }If the current object or none of its children are focused, this property is set to nil.