Skip to content

Releases: egzonpllana/interactive-image-view-ios

Support Privacy Manifest feature.

Choose a tag to compare

@egzonpllana egzonpllana released this 25 May 10:19

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.

Choose a tag to compare

@egzonpllana egzonpllana released this 07 Feb 14:20

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.

Choose a tag to compare

@egzonpllana egzonpllana released this 02 Apr 16:15
1.0.26

Update version in podspec to 1.0.26.

Add new method: updateImage.

Choose a tag to compare

@egzonpllana egzonpllana released this 01 Apr 23:05

Add a new method to update only the image of the ImageView without changing other attributes.

Add new property to set zoom scale.

Choose a tag to compare

@egzonpllana egzonpllana released this 18 Mar 12:42

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.

Choose a tag to compare

@egzonpllana egzonpllana released this 04 Nov 12:44
1.0.23

Remove InteractiveImageViewProtocol from InteractiveImageView file.

Introducing new methods to work with the image instance of the ImageView.

Choose a tag to compare

@egzonpllana egzonpllana released this 04 Nov 12:41

Addressing issues discussed in Issue #1.

Refactor crop image methods.

Choose a tag to compare

@egzonpllana egzonpllana released this 11 Sep 12:41
1.0.21

Update podspec version.

Introducing new method to crop and get current image without delegates.

Choose a tag to compare

@egzonpllana egzonpllana released this 11 Sep 12:30
1.0.20

Improve delegating failures with IIVFailType enum.

Update delegates methods.

Choose a tag to compare

@egzonpllana egzonpllana released this 09 Sep 21:04
1.0.19

Add code documentation for InteractiveImageViewProtocol methods.