Skip to content

Releases: Krisiacik/ImageViewer

Swift 5 support 🚀

17 Oct 19:11
Compare
Choose a tag to compare
Upgrade to Swift 5 (#224)

* Upgrade to Swift 5

- Fix test target
- Upgrade everything to Swift 5
- Fix compiler warnings
- Small refactor in VideoScrubber to DRY up code and fix warnings
- Update .travis.yml for Xcode 11
- Remove obsolete .swift-version file
- Bump version to 6.0.0

* Fix .travis.yml to use iPhone 11 simulator

Swift 4.2 support

14 Nov 22:00
Compare
Choose a tag to compare
Fixed typo on README. (#202)

* Fixed crash in iPad when we tap(Long press) on image viewer in full screen mode to share the image or video.

* Fixed typo on README.

* Removed unnecesary code.

Swift 4

02 Oct 13:12
Compare
Choose a tag to compare

Yay!!!! 🌳

The loooong overdue release....

01 May 14:45
Compare
Choose a tag to compare

After a bit of hiatus, here it goes! 🤘 🚀
Bug fixes and other improvements... See the CHANGELOG for details...

Swift 3 support is here

14 Oct 10:23
Compare
Choose a tag to compare

As it says on the tin. Swift 3 support is here \o/

ImageViewer 3.0

21 Sep 15:48
Compare
Choose a tag to compare

It's now images and videos. And lots of other stuff. Check README for more.

See All The Things

11 Aug 15:39
Compare
Choose a tag to compare

Thumbnails grid view 🖼
Transparency for the displaced view 🐛
Improved handling of wide/tall images 🗼
Ability to customise background colour 🎨

KVO crash fix Release

09 Jun 13:15
Compare
Choose a tag to compare

Built in views are now better managed so that KVO Observing is handled properly.

Programatic Close Release

28 Apr 14:30
Compare
Choose a tag to compare

A close() method is now publicly available, in case there is a (rare?) need for closing programatically. A corresponding completion block is also available, and it is separate from standard (interactive) close completion block.

A nifty little improvement was made in the completion phase, there is now virtually no delay between the time T when animations visually stop and the time T+n when the gallery actually disappears from view hierarchy and the underlying controller canvas is available for touches.

Decoration Views Layout Fix Release

20 Apr 19:08
Compare
Choose a tag to compare
Merge pull request #28 from MailOnline/ka/FooterViewLayoutFix

ka/LayoutFix