Serrata icon indicating copy to clipboard operation
Serrata copied to clipboard

iOS13: App is showing black window while dismissing SlideLeafViewController

Open angabani opened this issue 5 years ago • 2 comments

Hello, I am using this library for showing images in full screen. It was working great on iOS 12. As soon as I updated the app to iOS 13, I am getting a blank window screen while dismissing the SlideLeafViewController.

Is anyone facing the same issue?

angabani avatar Sep 23 '19 12:09 angabani

Hello, I am using this library for showing images in full screen. It was working great on iOS 12. As soon as I updated the app to iOS 13, I am getting a blank window screen while dismissing the SlideLeafViewController.

Is anyone facing the same issue?

Resolved this by changing following,

.modalPresentationStyle = .fullScreen //Swift 5.0

angabani avatar Sep 24 '19 09:09 angabani

Hello, I am using this library for showing images in full screen. It was working great on iOS 12. As soon as I updated the app to iOS 13, I am getting a blank window screen while dismissing the SlideLeafViewController. Is anyone facing the same issue?

Resolved this by changing following,

.modalPresentationStyle = .fullScreen //Swift 5.0

add line that to where

VuManhHung97 avatar Jun 09 '21 06:06 VuManhHung97