Serrata
Serrata copied to clipboard
iOS13: App is showing black window while dismissing SlideLeafViewController
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?
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
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