All Versions
16
Latest Version
Avg Release Cycle
133 days
Latest Release
1106 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.5 Changes
September 18, 2020๐ Changes for users of the library in 5.0.5:
- โก๏ธ Update PINRemoteImage to 3.0.1 for Xcode 12
- โช Restored the ability to pull down via Carthage
-
v5.0.4 Changes
September 18, 2020- ๐ Broke the ability to pull down via Carthage or build this repo in Xcode!
- โก๏ธ Update PINRemoteImage to 3.0.1 for Xcode 12
-
v5.0.3 Changes
August 10, 2020๐ Changes for users of the library in 5.0.3:
- Be more explicit with the PINRemoteImage dependency
-
v5.0.2 Changes
April 29, 2020๐ Changes for users of the library in 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.
-
v5.0.1 Changes
April 28, 2020๐ Changes for users of the library in 5.0.1:
- ๐ bugfix: we weren't treating a nil interstitial correctly, so they weren't being skipped as intended.
-
v5.0.0 Changes
April 28, 2020๐ Changes for users of the library in 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.
- ๐ Changed
-
v4.0.1 Changes
March 30, 2020๐ Changes for users of the library in 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.
- โ Removed
-
v4.0.0 Changes
March 18, 2020- ๐ 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.
-
v3.0.1 Changes
December 05, 2019๐ Changes for users of the library in 3.0.1:
- ๐ Fixed issue with beginAppearanceTransition being called on VCs with no parent VC
-
v3.0.0 Changes
October 07, 2019๐ Changes for users of the library in 3.0.0:
- โ Unit test improvements
- ๐ Interstitial view support + Swift sample
- NSObject conformance for example app