When I show Interstital Ad status bar fades away and Navigation Bar moves up. All content under navigation bar moves up to. When I close the ad everything moves down. It looks really strange and glitchy.
I'm using Navigation Controller in storyboard with Show Navigation Bar
property on.
Code to show Interstital Ad in AppDelegate.m
file:
[self.interstitialAd presentFromRootViewController:self.window.rootViewController];
Basically, I need everything to stay in place without moving when I present Interstital Ad.