ImageViewer v4.1.0 Release Notes

Release Date: 2017-05-01 // almost 7 years ago
    • Autoplay video (PR #120).
    • ๐Ÿ‘ Allow color of video controls to be set (PR #116).
    • ๐Ÿ‘Œ Support for custom "See all" close buttons (PR #109).
    • ๐Ÿšš Ability to remove an item (PR #101).
    • Replaces GalleryConfigurationItem.swipeToDismissHorizontally with .swipeToDismissMode with options .never, .vertical, .horizontal, and .always. (PR #99).
    • ๐Ÿ‘‰ Makes ItemBaseController open (PR #91).
    • ๐Ÿ›  Fixes builtin close button (PR #90, Issue #84).
    • โž• Adds GalleryItem.custom to support subclasses of UIImageView (PR #80, Issue #56).
    • โž• Adds activity indicator (PR #86, Issue #69).
    • ๐Ÿ›  Fixes background overlay on top of modal view controller (PR #85, PR #87).
    • ๐Ÿ›  Fixes launchedCompletion block execution (PR #82).
    • ๐Ÿ“‡ Renames GetViewControllerCompletion to ItemViewControllerBlock.
    • ๐Ÿ‘‰ Makes ItemBaseController public.
    • โž• Adds reload(atIndex:) to force reload image in gallery (PR #77, Issue #72).
    • ๐Ÿ›  Fixes image appearing after async loading (PR #76, Issue #59).
    • โž• Adds option to turn off decoration views toggle by single tap.
    • โž• Adds option to toggle swipe to dismiss horizontally.
    • ๐Ÿ›  Other bugfixes and improvements