Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.7 KB

File metadata and controls

29 lines (22 loc) · 1.7 KB

ImageViewer

Upcoming

  • 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.

Version 4.0

  • Swift 3 support.

Version 3.1

  • Swift 2.3 support.

Not published to CocoaPods yet, use tag directly:

pod 'ImageViewer', :git => 'git@github.com:MailOnline/ImageViewer.git', :tag => '3.1'