AdWhirl banner across navigation controller views
I have a navigation controller that pushes multiple views (a few tableviews and a webview) as the user navigates through the application. What I'm attempting to do is to persist an ad banner across the entire application. What is the recommended way to do this? I tried to put the ad banner in the main window in the app delegate and the resize the frame of the navigation controller so they can both occupy the main window, but the application crashes with:
"ADBannerView must be part of a view hierarchy managed by a UIViewController"
Anyone have any experience with doing something like this?
|