UIGestureRecognizer

extension Reactive where Base: UIGestureRecognizer

The reactive extension can be accessed through the reactive instance property and the reactive static property.

  • Create a signal which sends a next event for each gesture event

    Declaration

    Swift

    public var stateChanged: Signal<Base, NoError>

    Return Value

    A trigger signal.