Skip to content

Releases: egzonpllana/interactive-image-view-ios

Support Privacy Manifest feature.

25 May 10:19

Choose a tag to compare

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.

07 Feb 14:20

Choose a tag to compare

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.

02 Apr 16:15

Choose a tag to compare

Add new method: updateImage.

01 Apr 23:05

Choose a tag to compare

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

Add new property to set zoom scale.

18 Mar 12:42

Choose a tag to compare

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.

04 Nov 12:44

Choose a tag to compare

1.0.23

Remove InteractiveImageViewProtocol from InteractiveImageView file.

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

04 Nov 12:41

Choose a tag to compare

Refactor crop image methods.

11 Sep 12:41

Choose a tag to compare

1.0.21

Update podspec version.

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

11 Sep 12:30

Choose a tag to compare

1.0.20

Improve delegating failures with IIVFailType enum.

Update delegates methods.

09 Sep 21:04

Choose a tag to compare

1.0.19

Add code documentation for InteractiveImageViewProtocol methods.