Event
public enum Event
Encapsulates changes to the focus in the app’s view hierarchy.
-
The focus has been updated to a new view.
Declaration
Swift
case didUpdate(FocusMonitor.Info)
-
The focus could not be moved in the selected direction.
Declaration
Swift
case movementDidFail(FocusMonitor.Info)