removeInteraction(_:)
Removes an interaction from the view.
Declaration
func removeInteraction(_ interaction: any UIInteraction)Parameters
- interaction:
The interaction object to remove from the view.
Removes an interaction from the view.
func removeInteraction(_ interaction: any UIInteraction)The interaction object to remove from the view.