I am trying to build my existing code with Xcode 11. I see a weird behavior the view controllers,
- Looks like the View controllers have a different modalPresentationStyle (interactive dismissal)
I see some options on internet to fix this
viewController.modalPresentationStyle = .fullScreen
viewController.isModalInPresentation = true
But is there a way to completely opt out of this behavior, I am looking for a minimal code change to handle it across the whole app.