Код: Выделить всё
_ = navigationController?.popViewController(animated: true)
defer {
let rootVC = navigationController?.topViewController as? RootViewVC
rootVC?.openLink(url: url)
}
return
Код: Выделить всё
_ = navigationController?.popViewController(animated: true)
let rootVC = navigationController?.topViewController as? RootViewVC
rootVC?.openLink(url: url)
return
Подробнее здесь: https://stackoverflow.com/questions/425 ... just-befor
Мобильная версия