Can Any one help me How to integrate Adwhirl in UIWindow instead of adding in in each ViewController,
or please refer any one of the sample code refer to this problem…
Thanx in advance…
Can Any one help me How to integrate Adwhirl in UIWindow instead of adding
Share
Views get added to the window, the window doesn’t inherently have anywhere to display anything, I think. As the documentation states:
If you wanted, you could probably instantiate your
adWhirlViewin the app delegate, and then reference it within each view you’re presenting. You’d still have to add theadWhirlViewto each view yourself, but you wouldn’t have to create it new each time.