Skip to content

Commit 2d1706f

Browse files
author
Peter IJlst
committed
fix for iOS 13
1 parent 73584a0 commit 2d1706f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ImageSlideshow/Classes/Core/ImageSlideshow.swift

+2
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,8 @@ open class ImageSlideshow: UIView {
543543
fullscreen.inputs = images
544544
slideshowTransitioningDelegate = ZoomAnimatedTransitioningDelegate(slideshowView: self, slideshowController: fullscreen)
545545
fullscreen.transitioningDelegate = slideshowTransitioningDelegate
546+
fullscreen.modalPresentationStyle = .fullScreen
547+
fullscreen.modalTransitionStyle = .coverVertical
546548
controller.present(fullscreen, animated: true, completion: nil)
547549

548550
return fullscreen

0 commit comments

Comments
 (0)