Releases: nytimes/NYTPhotoViewer
Releases · nytimes/NYTPhotoViewer
5.0.8
5.0.7
5.0.4
NYTPhotoViewer 5.0.3
- Be more explicit with the PINRemoteImage dependency.
NYTPhotoViewer 5.0.2
- 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
fix an oversight.
NYTPhotoViewer 5.0.0
- 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
- 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
andNYTPhotoViewerSinglePhotoDataSource
to match parameter in signature. Removes compilation warning.
NYTPhotoViewer 4.0.0
- Update deployment target to 9.0 from 8.0
- Remove property
UIPopoverController *activityPopoverController
fromNYTPhotosViewController
- Replace use of
FLAnimatedImage
withPINRemoteImage
(https://github.com/pinterest/PINRemoteImage) becauseFLAnimatedImage
is no longer maintained and contains deprecated code.
NYTPhotoViewer 3.0.1
Fixed issue with beginAppearanceTransition being called on VCs with no parent VC