summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Beharry <109764059+jshivabeharry@users.noreply.github.com>2022-09-06 10:35:52 -0400
committerGitHub <noreply@github.com>2022-09-06 10:35:52 -0400
commit3535a279481cd14ee31fe335d72ade94c8ba99c8 (patch)
treeaf1586c530bf6051fbbcab151c42e618e7287e3d
parent74190b50263bb329c928203cdaec68e309d4e1ea (diff)
downloadsdl_ios-3535a279481cd14ee31fe335d72ade94c8ba99c8.tar.gz
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..69b1e5686 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 didReceivePinchAtCenterPoint:withScale: instead");
/**
Pinch did end