UIGestureRecognizer.as constructor

UIGestureRecognizer.as(
  1. ObjCObject other
)

Constructs a UIGestureRecognizer that points to the same underlying object as other.

Implementation

UIGestureRecognizer.as(objc.ObjCObject other) : object$ = other {}