Info

public struct Info

Encapsulates information associated with a focus monitor event.

  • Metadata describing the focus-related update or failed movement.

    Declaration

    Swift

    public let context: UIFocusUpdateContext
  • The coordinator of focus-related animations to use during a focus update.

    This property is nil for movementDidFail events.

    Declaration

    Swift

    public let coordinator: UIFocusAnimationCoordinator?