UIProgressView.as constructor

UIProgressView.as(
  1. ObjCObject other
)

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

Implementation

UIProgressView.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIProgressView', iOS: (false, (2, 0, 0)));
  assert(isA(object$));
}