Contents

hasInteractiveItem(at:)

Returns a Boolean value that indicates whether active text, data detectors, or supplementary interface objects exist at the specified point.

Declaration

@MainActor final func hasInteractiveItem(at point: CGPoint) -> Bool

Parameters

  • point:

    A point in the image, in view coordinates.

Return Value

true if active text, data detectors, or supplementary interface objects exist at point; otherwise, false.

See Also

Querying the interface state