Zoom Gestures#
Defined in framework ScanditCaptureCore
-
SDCZoomGesture
# @protocol SDCZoomGesture
<NSObject>Added in version 6.6.0
Common protocol for all the zoom gestures.
-
SDCSwipeToZoom
# @interface SDCSwipeToZoom : NSObject <SDCZoomGesture>
Added in version 6.6.0
Swipe to zoom gesture.
-
+ swipeToZoom
# + (nonnull SDCSwipeToZoom *)swipeToZoom
Added in version 6.6.0
Constructs a new SwipeToZoom instance.
-