UIRefreshControl.as constructor

UIRefreshControl.as(
  1. ObjCObject other
)

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

Implementation

UIRefreshControl.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIRefreshControl', iOS: (false, (6, 0, 0)));
}