Skip to content

Releases: nytimes/NYTPhotoViewer

5.0.8

31 Oct 12:42
e807f8c
Compare
Choose a tag to compare

Changes for users of the library currently on 5.0.8:

  • using metadata to add summary to share activity

5.0.7

24 Oct 15:22
654bf14
Compare
Choose a tag to compare

Changes for users of the library currently on 5.0.7:

  • fixed caption overlay placement
  • fixed overlay view buttons tint color
  • added summary to share

The CocoaPod version is known to work, the SPM version probably doesn't build due to a PINRemoteImage problem.

5.0.4

18 Sep 13:24
Compare
Choose a tag to compare

Changes for users of the library in 5.0.4:

  • Update PINRemoteImage to 3.0.1 for Xcode 12

NYTPhotoViewer 5.0.3

10 Aug 18:27
cb7ead3
Compare
Choose a tag to compare
  • Be more explicit with the PINRemoteImage dependency.

NYTPhotoViewer 5.0.2

29 Apr 17:44
65781ed
Compare
Choose a tag to compare
  • Restore a method that was accidentally removed in 5.0.0. This prevented a long-tap guesture from displaying the 'Copy' menu.
  • Remove obsolete check for iOS 8.3.

NYTPhotoViewer 5.0.1

28 Apr 21:02
db533df
Compare
Choose a tag to compare

fix an oversight.

NYTPhotoViewer 5.0.0

28 Apr 19:44
529828b
Compare
Choose a tag to compare
  • Changed NYTPhotosViewControllerDelegate protocol so that - photosViewController:interstitialViewAtIndex: can return nil. If it does, that index is skipped and the following (or preceding) photo or interstitial view is displayed.

NYTPhotoViewer 4.0.1

30 Mar 22:36
d545dd3
Compare
Choose a tag to compare
  • Removed FLAnimatedImage from .gitmodules.
  • Change NYTPhotosViewController to use fullscreen presentation by default, so it causes the presenting view to disappear behind it, i.e. to get -viewWillDisappear: and -viewDidDisappear: called on it.
  • Fix unbalanced calls to begin/end appearance transitions.
  • Modified comment parameter in NYTPhotosViewController and NYTPhotoViewerSinglePhotoDataSource to match parameter in signature. Removes compilation warning.

NYTPhotoViewer 4.0.0

18 Mar 15:38
Compare
Choose a tag to compare
  • Update deployment target to 9.0 from 8.0
  • Remove property UIPopoverController *activityPopoverController from NYTPhotosViewController
  • Replace use of FLAnimatedImage with PINRemoteImage (https://github.com/pinterest/PINRemoteImage) because FLAnimatedImage is no longer maintained and contains deprecated code.

NYTPhotoViewer 3.0.1

05 Dec 17:23
708d13f
Compare
Choose a tag to compare

Fixed issue with beginAppearanceTransition being called on VCs with no parent VC