summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-09-06 15:07:53 -0400
committerGitHub <noreply@github.com>2022-09-06 15:07:53 -0400
commitea380bae0a35b03e982d55d7e986fa6a1dcc831d (patch)
tree02994763eefffde288e0af21202e894b987aa36f
parent74190b50263bb329c928203cdaec68e309d4e1ea (diff)
parent7a222795f2dd2f27224fc7b26d96a21e1ec77368 (diff)
downloadsdl_ios-ea380bae0a35b03e982d55d7e986fa6a1dcc831d.tar.gz
Merge pull request #2108 from smartdevicelink/bugfix/issue-1637-didreceivepinchinview-deprecate
deprecate didReceivePinchInView function
-rw-r--r--SmartDeviceLink/public/SDLTouchManagerDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLTouchManagerDelegate.h b/SmartDeviceLink/public/SDLTouchManagerDelegate.h
index f6a85fd36..414557ed2 100644
--- a/SmartDeviceLink/public/SDLTouchManagerDelegate.h
+++ b/SmartDeviceLink/public/SDLTouchManagerDelegate.h
@@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN
@param point Center point of the pinch in the head unit's coordinate system
@param scale Scale relative to the distance between touch points
*/
-- (void)touchManager:(SDLTouchManager *)manager didReceivePinchInView:(UIView *_Nullable)view atCenterPoint:(CGPoint)point withScale:(CGFloat)scale;
+- (void)touchManager:(SDLTouchManager *)manager didReceivePinchInView:(UIView *_Nullable)view atCenterPoint:(CGPoint)point withScale:(CGFloat)scale __deprecated_msg("Use touchManager:didReceivePinchAtCenterPoint:withScale: instead");
/**
Pinch did end