From 2a1b48f49fc0e68280d058c4ea82d97116c37e6e Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Fri, 29 Nov 2024 10:44:25 +0200 Subject: [PATCH] [RSKImageCropper] [RSKImageScrollView] [imageSize] 'Default value is `CGRectZero`' => 'Default value is `CGSizeZero`'. --- RSKImageCropper/RSKImageScrollView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RSKImageCropper/RSKImageScrollView.h b/RSKImageCropper/RSKImageScrollView.h index 3fa2a84..08bbfa6 100755 --- a/RSKImageCropper/RSKImageScrollView.h +++ b/RSKImageCropper/RSKImageScrollView.h @@ -76,7 +76,7 @@ NS_SWIFT_UI_ACTOR @property (nonatomic, nullable, weak) id imageScrollViewDelegate; /** - The logical dimensions, in points, of the image. Default value is `CGRectZero`. + The logical dimensions, in points, of the image. Default value is `CGSizeZero`. @discussion Can be set to a value different from `image.size`. */