iAd banner gives warning when pushed off screen by navController

Posted by James Dunay on Stack Overflow See other posts from Stack Overflow or by James Dunay
Published on 2011-12-01T00:10:26Z Indexed on 2011/12/01 9:51 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

I have a iAd that seems to be correctly displaying but when push a new view controller into the view i get a warning from the iAd that says it has been:

WARNING A banner view (0x490fd0) has an ad but may be obscured. This message is only printed once per banner view.

But the ad still runs fine so should i pay attention to this?

I just tried adding

self.adBannerView = nil;
[adBannerView release];`

just before i push the viewController but i still get that error

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios