Skip to content

5.0.0

Compare
Choose a tag to compare
@ruslanskorb ruslanskorb released this 29 Nov 13:39
· 2 commits to master since this release
5.0.0
f6fb28b
  • Fix image position after double tap (in the case when avoidEmptySpaceAroundImage is set to NO and image does not fill entire mask area)
  • When setting image of RSKImageScrollView, update imageSize only if its current value is equal to the default CGSizeZero value
  • Increase the size of the visible area around the location being zoomed to using the [RSKImageScrollView zoomToLocation:animated:] method
  • Zoom to the location of the double tap if the current zoom scale is equal to the default one
  • Rename some properties of RSKImageScrollView:
    • imageBackgroundColor => imageViewBackgroundColor
    • imageCoordinateSpace => imageViewCoordinateSpace
    • imageFrame => imageViewFrame
  • Remove deprecated zoomView property and displayImage: method of RSKImageScrollView