I am considering displaying my Admob banner ad (320 x 50) within my upper navigation bar. Currently, my app logo is shown on the top of the navigation bar.
My question is, can I show my logo for 2 seconds (hiding the advert) then show the advert for 35seconds (hiding the logo)... and repeat? (Doing a quick animation between the two)...
If this is possible, what is the correct procedure for removing the banner add? Is this just a case of hiding the UIView (GADBannerView) and AdMob recognises that the BannerAd is not shown? Or would I have to dismiss the BannerAd and request a new one - how is this possible? (Like how the video adverts work - requesting a new video advert when the current video is dismissed).
Thanks