AS
Size: a a a
AS
p
S
EB
p
S
p
B
AM
SV
АМ
AM
DD
OS
DD
if let keyWindows = UIApplication.shared.keyWindow {
if let vc = keyWindows.rootViewController {
interstitial.present(fromRootViewController: vc)
}
}
Добавлял vc.modalPresentationStyle = .overFullScreenвыше, но не помогло
N
OS
AS

EA
h