Skip to content

Commit

Permalink
[RSKImageCropper] [RSKImageCropViewController] [zoomToRect:animated:] [
Browse files Browse the repository at this point in the history
…@param] `image view controller` => `image crop view controller`.
  • Loading branch information
ruslanskorb committed Nov 27, 2024
1 parent dd7ca06 commit ccd2f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSKImageCropper/RSKImageCropViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ NS_SWIFT_UI_ACTOR
/**
Zooms to a specific area of the image so that it is visible.
@param rect A rectangle defining an area of the image. The rectangle should be in the coordinate space of the image view controller's view.
@param rect A rectangle defining an area of the image. The rectangle should be in the coordinate space of the image crop view controller's view.
@param animated YES if the scrolling should be animated, NO if it should be immediate.
*/
- (void)zoomToRect:(CGRect)rect animated:(BOOL)animated;
Expand Down

0 comments on commit ccd2f95

Please sign in to comment.