= .overFullScreen?
баннер, к примеру, показывается вот так: if let keyWindows = UIApplication.shared.keyWindow { if let vc = keyWindows.rootViewController { interstitial.present(fromRootViewController: vc) } } Добавлял vc.modalPresentationStyle = .overFullScreen выше, но не помогло
Обсуждают сегодня