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