I have a application that make use of a UINavigationController. In the rootview I have added a iAd ADBannerView. When the user navigates to another view the ADBannerView moves away.
So, the idea is that I keep the ADBannerView on the screen.
Can someone help me out with this?
Add the banner as a subview of the window, and then move your navigation controller’s view down so it fits below the banner view.