diff --git a/RSKImageCropper/RSKImageCropViewController+Protected.h b/RSKImageCropper/RSKImageCropViewController+Protected.h index b7ee031..c23d787 100644 --- a/RSKImageCropper/RSKImageCropViewController+Protected.h +++ b/RSKImageCropper/RSKImageCropViewController+Protected.h @@ -25,19 +25,19 @@ @interface RSKImageCropViewController (Protected) /** - * Asynchronously crops the original image in accordance with the current settings + Asynchronously crops the original image in accordance with the current settings and tells the delegate that the original image will be / has been cropped. */ - (void)cropImage; /** - * Method that invokes the protocol method imageCropViewControllerDidCancelCrop: + Tells the delegate that the crop has been canceled. */ - (void)cancelCrop; /** - * Method that resets the image to its original position in the scroll view. - * - * @param animated BOOL + Resets the rotation angle, the position and the zoom scale of the original image to the default values. + + @param animated Set this value to YES to animate the reset. */ - (void)reset:(BOOL)animated;