We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73584a0 commit 2d1706fCopy full SHA for 2d1706f
ImageSlideshow/Classes/Core/ImageSlideshow.swift
@@ -543,6 +543,8 @@ open class ImageSlideshow: UIView {
543
fullscreen.inputs = images
544
slideshowTransitioningDelegate = ZoomAnimatedTransitioningDelegate(slideshowView: self, slideshowController: fullscreen)
545
fullscreen.transitioningDelegate = slideshowTransitioningDelegate
546
+ fullscreen.modalPresentationStyle = .fullScreen
547
+ fullscreen.modalTransitionStyle = .coverVertical
548
controller.present(fullscreen, animated: true, completion: nil)
549
550
return fullscreen
0 commit comments