Skip to content

NYTPhotoViewer 1.0.0

Compare
Choose a tag to compare
@cdzombak cdzombak released this 13 Jan 22:20
· 347 commits to develop since this release

Changes for users of the library in 1.0.0:

  • The library now supports iOS 8.0 and newer. (#82, #84, #107)
  • Support programmatic view controller dismissal via dismissViewControllerAnimated:completion: (#121, #122)
  • Use scrolling UITextView for captions (#88)
  • Fix a bug when presenting NYTPhotoViewer from a subview of UIStackView (#104)
  • Update overlay information after displayPhoto: call (#100)
  • Implements animated GIF support (#71, #94, #106, #111)
  • Fix misplacing view position while zoom transition (#89)
  • Adopt CocoaPods resource_bundles and fix resource image loading (#80, #113, #123)
  • Use iOS 8 UIActivityViewController.completionWithItemsHandler API (#82)
  • Nullability and lightweight generics annotations on important public API (#83, #98)
  • Fix circular reference of NYTPhotosViewController (#79)
  • Set barButtonItem on popover UIActivityViewControllers (#65)
  • Accept Xcode 7 build settings and fix Xcode 7 warnings (#76)
  • Ensure our nav bar will always be translucent with no tint color (#57)
  • Fix crash on tapping Share button on iPad (#52)
  • Allow customizing maximum photo zoom scale(#51)
  • Rename …didDisplayPhoto… delegate method to …didNavigateToPhoto… (#47)
  • Adds support for setting rightBarButtonItems and leftBarButtonItems on NYTPhotosViewController (#49)