Contents

makeUIGestureRecognizer(context:)

Creates an instance of the represented gesture recognizer.

Declaration

@MainActor @preconcurrency func makeUIGestureRecognizer(context: Self.Context) -> Self.UIGestureRecognizerType

Parameters

  • context:

    A context structure containing information about the current state of the system, such as the current coordinator instance.

Discussion