UIPanGestureRecognizer.as constructor
UIPanGestureRecognizer.as(
- ObjCObject other
Constructs a UIPanGestureRecognizer that points to the same underlying object as other.
Implementation
UIPanGestureRecognizer.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UIPanGestureRecognizer', iOS: (false, (3, 2, 0)));
}