Skip to content

Commit

Permalink
Merge pull request #13 from JNDisrupter/development
Browse files Browse the repository at this point in the history
Production Bug: Status bar disappears when dismissing an image by dragging
  • Loading branch information
jayelzaghmoutt authored Jul 2, 2024
2 parents c68442e + 31cd4ed commit 0904952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JNPhotosViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JNPhotosViewer'
s.version = '1.0.6'
s.version = '1.0.7'
s.summary = 'summery of JNPhotosViewer.'
s.description = 'Library for viewing multiple images with animation for presenting and dismissing.'
s.homepage = 'https://github.com/JNDisrupter'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class PhotosViewerDismissalAnimatedTransitioning: NSObject, UIViewControllerAnim
}

func finish() {
self.transitionContext?.finishInteractiveTransition()
let duration = self.transitionDuration(using: self.transitionContext)
UIView.animate(withDuration: duration, delay: 0, options: .curveEaseInOut, animations: {
self.overlayView.alpha = 0.0
Expand Down

0 comments on commit 0904952

Please sign in to comment.