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