quickZoomReversed property
bool
get
quickZoomReversed
A boolean value that reverses the direction of the quick zoom gesture.
When this property is set, the zoom-in and zoom-out behavior during the quick
zoom gesture (also called one-finger zoom) is reversed, aligning with the
behavior in Apple Maps. The default value is NO.
Implementation
bool get quickZoomReversed {
return _objc_msgSend_91o635(this.ref.pointer, _sel_isQuickZoomReversed);
}
set
quickZoomReversed
(bool value)
A boolean value that reverses the direction of the quick zoom gesture.
When this property is set, the zoom-in and zoom-out behavior during the quick
zoom gesture (also called one-finger zoom) is reversed, aligning with the
behavior in Apple Maps. The default value is NO.
Implementation
set quickZoomReversed(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setQuickZoomReversed_, value);
}