Storyboard iAd Tab Bar Controller sample project
1: Download sample project for Xcode 4.2
2: Make the banner visible above the Tab Bar from every view
Before we try anything drastic, try putting this code at the bottom of your appDidFinishLaunchingWithOptions, just before your return YES; call:
appDidFinishLaunchingWithOptions
return YES;
self.window.rootViewController = tabBarController; [self.window makeKeyAndVisible];