I want to simply pause the iAd banner in my app. When the user double clicks the home button to go to the multitasking screen, I made it so the app pauses itself which works perfectly fine. But the iAd banner keeps animating itself which looks kind of weird. A live iAd banner in a frozen app...
So how can I programmatically pause an iAd banner (ADBannerView
)?
Or should I just remove it until the app is in the foreground again?