So I tried to add iAd in appdelegate. and I get this error
ADBannerView must be part of a view hierarchy managed by a UIViewController
I want to show the banner on all views. I tried on how to add shared iAd but what it does is, it shows the banner under the tableview.
Is there anyway to show the iAd banner on top of all the viewcontrollers?