Contents

willMove(to:)

Performs an action before the view adds or removes the interaction from its interaction array.

Declaration

@MainActor @preconcurrency final func willMove(to view: UIView?)

Parameters

  • view:

    The view that owns and contains the interaction in its interaction array.

See Also

Responding to view events