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