Thursday, January 14, 2021

How to disable a modal from swiping down to close

let vc = DetailViewController() vc.isModalInPresentation = true present(vc, animated: true)