didMove(to:)
Performs an action after the view adds or removes the interaction from its interaction array.
Declaration
@MainActor @preconcurrency final func didMove(to view: UIView?)Parameters
- view:
The view that owns and contains the interaction in its interaction array.