Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@ruslanskorb ruslanskorb released this 08 Apr 17:45
· 8 commits to master since this release
4.1.0
1717c49

Main changes:

  • Add sendability annotations and missing nullability annotations
  • Avoid floats for maskRect as we do for movementRect
  • 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 to RSKImageScrollViewDelegate
  • Add image, imageBackgroundColor, imageFrame, and imageSize properties and [setInitialZoomScaleAndContentOffsetAnimated:], [zoomToLocation:animated:], and [zoomToRect:animated:] methods to RSKImageScrollView
  • Deprecate zoomView property and [displayImage:] method of RSKImageScrollView
  • Add documentation for RSKImageScrollView and RSKImageScrollViewDelegate