I am developing an application where i have to show iAds in all the pages of my application.. I created a subclass of UIView where i am initializing the the ADBannerView and its delegate methods.
But now if I add it in window in AppDelegate class it is giving me following error at run time "ADBannerView must be part of a view hierarchy managed by a UIViewController"..
I think this mean that I can use ADBanner only in UIViewController's subclass file??
if so then how can I make it global??
Thanks in Advance Shreya