swift deshabilitar modal desestimado swift
viewController.isModalInPresentation = true
// or
func presentationControllerShouldDismiss(_ presentationController: UIPresentationController) -> Bool {
return false
}
Rens