Releases: ruslanskorb/RSKImageCropper
Releases · ruslanskorb/RSKImageCropper
Version 4.1.1
- Restored the previous behavior of
[RSKImageScrollView zoomToRect:animated:]
Version 4.1.0
Main changes:
- Add sendability annotations and missing nullability annotations
- Avoid floats for
maskRect
as we do formovementRect
- Synchronize the animation of the
maskPath
with the animation of other UI elements - Fix zooming to the specified area of the image
- Fix initial zoom scale of
RSKImageScrollView
- Make all methods of
RSKImageScrollViewDelegate
optional - Add
[imageScrollViewDidScroll]
method toRSKImageScrollViewDelegate
- Add
image
,imageBackgroundColor
,imageFrame
, andimageSize
properties and[setInitialZoomScaleAndContentOffsetAnimated:]
,[zoomToLocation:animated:]
, and[zoomToRect:animated:]
methods toRSKImageScrollView
- Deprecate
zoomView
property and[displayImage:]
method ofRSKImageScrollView
- Add documentation for
RSKImageScrollView
andRSKImageScrollViewDelegate
RSKImageCropper 4.0.0
- Added
bounces
andbouncesZoom
toRSKImageCropViewController
(#241) - Updated spacing for
moveAndScaleLabel
,cancelButton
, andchooseButton
(#178, #238) - Now user events for
cancelButton
andchooseButton
are ignored while the image is being dragged, decelerated, or zoomed (#234, #242) - Bumped deployment target (12.0)
3.0.2: Fix SPM warnings.
3.0.2: Fix SPM warnings.
3.0.1: Fix localization for SPM.
3.0.1: Fix localization for SPM.
3.0.0: Update version of minimum supported iOS platform (9.0).
3.0.0: Update version of minimum supported iOS platform (9.0).
2.3.1: Fix support for SPM.
2.3.1: Fix support for SPM.
2.3.0: Add support for SPM.
2.3.0: Add support for SPM.