Contents

hasSupplementaryInterface(at:)

Returns a Boolean value that indicates whether supplementary interface objects exist at the specified point.

Declaration

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

Parameters

  • point:

    A point in the image, in view coordinates.

Return Value

true if supplementary interface objects exist at point; otherwise, false.

Discussion

Supplementary interface objects include the Live Text button and Quick Actions, depending on the item type.

See Also

Querying the interface state