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