UIRefreshControl.fromPointer constructor
UIRefreshControl.fromPointer(})
Constructs a UIRefreshControl that wraps the given raw object pointer.
Implementation
UIRefreshControl.fromPointer(ffi.Pointer<objc.ObjCObjectImpl> other, {bool retain = false, bool release = false})
: object$ = objc.ObjCObject(other, retain: retain, release: release) {
objc.checkOsVersionInternal('UIRefreshControl', iOS: (false, (6, 0, 0)));
}