1

In iOS there is a new behaviour for modal view controller when being presented. Now it's not fullscreen by default and when I try to slide down, the app just dismiss the View Controller automatically.

How can I prevent this behaviour and get back to the old good fullscreen modal vc? I face this problem while using appodeal framework.

Code to show videoad

if Appodeal.isReadyForShow(with: .nonSkippableVideo){
    Appodeal.showAd(.nonSkippableVideo, rootViewController: self)
}

enter image description here

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Anas Mehar
  • 2,739
  • 14
  • 25
  • Possible duplicate of [Presenting modal in iOS 13 fullscreen](https://stackoverflow.com/questions/56435510/presenting-modal-in-ios-13-fullscreen) – Eros Cai Nov 20 '19 at 14:15
  • 3
    Best way to solve this problem - contact with Appodeal support and ask them to fix this issue – Vitalii Gozhenko Nov 20 '19 at 14:15
  • good. good. no one cares about ads anyway... but despite the joke, you may need to change the `modalPresentationStyle` explicitly to `fullScreen` (if you could) for the desired effect. – holex Nov 20 '19 at 14:18
  • I'm voting to close this question as off-topic because it likely requires the third party to fix the issue, not the user. – Scriptable Nov 20 '19 at 15:02

0 Answers0