descarte dois controladores de exibição ao mesmo tempo
if let first = presentingViewController,
let second = first.presentingViewController{
first.view.isHidden = true
second.dismiss(animated: true)
}
Mobile Star