Skip to content

Commit

Permalink
[RSKImageCropper] [RSKImageScrollView] [imageSize] 'Default value is …
Browse files Browse the repository at this point in the history
…`CGRectZero`' => 'Default value is `CGSizeZero`'.
  • Loading branch information
ruslanskorb committed Nov 29, 2024
1 parent a7f85c3 commit 2a1b48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSKImageCropper/RSKImageScrollView.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NS_SWIFT_UI_ACTOR
@property (nonatomic, nullable, weak) id<RSKImageScrollViewDelegate> 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`.
*/
Expand Down

0 comments on commit 2a1b48f

Please sign in to comment.