Releases: egzonpllana/interactive-image-view-ios
Releases · egzonpllana/interactive-image-view-ios
Support Privacy Manifest feature.
Added the recommended file PrivacyInfo into the project. Read more about Privacy Manifest feature:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
Support image rotation.
Add a new method to support image rotation by degrees and alongside with keep changes flag.
[Close issue: #6.]
#5 Fix method updateImage to save scrollView contentOffset and zoomScale.
1.0.26 Update version in podspec to 1.0.26.
Add new method: updateImage.
Add a new method to update only the image of the ImageView without changing other attributes.
Add new property to set zoom scale.
Added new property to be able to set the default zoom level on double tap and pinch to zoom.
Remove declaring of protocol InteractiveImageViewProtocol inside InteractiveImageView.
1.0.23 Remove InteractiveImageViewProtocol from InteractiveImageView file.
Introducing new methods to work with the image instance of the ImageView.
Addressing issues discussed in Issue #1.
Refactor crop image methods.
1.0.21 Update podspec version.
Introducing new method to crop and get current image without delegates.
1.0.20 Improve delegating failures with IIVFailType enum.
Update delegates methods.
1.0.19 Add code documentation for InteractiveImageViewProtocol methods.