Releases: Krisiacik/ImageViewer
Swift 5 support 🚀
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
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
Yay!!!! 🌳
The loooong overdue release....
After a bit of hiatus, here it goes! 🤘 🚀
Bug fixes and other improvements... See the CHANGELOG for details...
Swift 3 support is here
As it says on the tin. Swift 3 support is here \o/
ImageViewer 3.0
It's now images and videos. And lots of other stuff. Check README for more.
See All The Things
Thumbnails grid view 🖼
Transparency for the displaced view 🐛
Improved handling of wide/tall images 🗼
Ability to customise background colour 🎨
KVO crash fix Release
Built in views are now better managed so that KVO Observing is handled properly.
Programatic Close Release
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
Merge pull request #28 from MailOnline/ka/FooterViewLayoutFix ka/LayoutFix