I am using google AdMob in my App. No problem in implementing the "GADInterstitial" which is used fo viewing google ads in full screen.
But the Problem is few times when the ads I show Distorts the view. I used the following Code given at google Site:
- (void)interstitialDidReceiveAd:(GADInterstitial *)interstitial
{
[interstitial_ presentFromRootViewController:self];
}
I am adding some Pics for the reference
1 image is "View before ads delegate(mentioned above) gets called"
2 image is "The Ad shown in the Full Screen"
3 View After I Press the cross button Ads View
I don't understand why my navigation bar is pushed up; took the space of statues Bar too.
Moreover the ad above tabbar is also pushed up. It appears Status bar got Killed, and whole view Shifted up. The Images are for iPod4 touch having ios 6.1.
Same Problems I faced for iOS 7 on iphone 4, 5