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) -> BoolParameters
- 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.