NYTPhotoViewer
NYTPhotoViewer copied to clipboard
A modern photo viewing experience for iOS.
Possibly for caption view, overlay view, and even background color on the view controllers.
I want to show the image fullscreen but image is small. How can I stretch the image to fit the screen width programmatically?
I'm running into build errors about `PINAnimatedImageView` when trying to integrate this to my project with Swift Package Manager:
## System Version: iOS 11.2 ## Reproduce Steps: - View photo with `NYTPhotosViewController` - Do pan gesture a little(must a little, this can make `didPanWithGestureRecognizer` method called only twice, `UIGestureRecognizerStateBegan`...
We add NYTPhotoViewer using Cocopods and in 5.0.8 appeared an issue during application launch ``` dyld: Library not loaded: /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation Referenced from: XXXX/Frameworks/NYTPhotoViewer.framework/NYTPhotoViewer Reason: image not found ```
running `carthage update --use-xcframeworks --platform iOS` with `github "NYTimes/NYTPhotoViewer"` in Cartfile results in this message: `*** Skipped building NYTPhotoViewer due to the error: Dependency "NYTPhotoViewer" has no shared framework schemes...
Hello, we're localizing our app and we'd like to extend that to NYTPhotoViewer. It doesn't look like it would be much work, you're already using NSLocalizedString(). We could contribute to...
The navigation bar in the overlayView is using the global values I set in my AppDelegate, but only in iOS 15. My AppDelegate: ``` if #available(iOS 13.0, *) { let...