Skip to content

Commit

Permalink
[RSKImageCropViewController+Protected] Update comments for methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jun 11, 2015
1 parent 3686cbe commit 2681388
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RSKImageCropper/RSKImageCropViewController+Protected.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2681388

Please sign in to comment.