Contents

indirectScribbleInteraction(_:shouldDelayFocusForElement:)

Allow the delegate to delay focusing an element.

Declaration

func indirectScribbleInteraction(_ interaction: any UIInteraction, shouldDelayFocusForElement elementIdentifier: Self.ElementIdentifier) -> Bool

Parameters

  • interaction:

    The interaction asking about delaying focus.

  • elementIdentifier:

    The identifier of the element the interaction is asking about.

Return Value

Return true to delay focusing the element; the default is false.

See Also

Managing Focus