I'm developing an iPhone app (navigation view controller based), and I have an iAd banner at the
top of the screen for just one view, not the root view.
At the moment, it only shows a test advertisement, but when I call popToRootViewControllerAnimated:NO
to exit the view, the iAd banner immediately turns white. There is a transition delay to the
root view, so I can see what's happening. I'm using a delayed layer transition, btw.
The strange thing is, whenever I click on the iAd, close out the ad box, and then exit
the view, the iAd doesn't turn white. This is how I want it to work all the time.
Is this a quirk with test advertistments, or will I see this happen when I get real ads?
top of the screen for just one view, not the root view.
At the moment, it only shows a test advertisement, but when I call popToRootViewControllerAnimated:NO
to exit the view, the iAd banner immediately turns white. There is a transition delay to the
root view, so I can see what's happening. I'm using a delayed layer transition, btw.
The strange thing is, whenever I click on the iAd, close out the ad box, and then exit
the view, the iAd doesn't turn white. This is how I want it to work all the time.
Is this a quirk with test advertistments, or will I see this happen when I get real ads?