What is the best way to implement AdWhirl in iPhone project?
– Will we create a singleton object for handling AdWhirl and use it through out the app.
– Or will we create each AdWhirl object in every screen (UIViewController) we want to add AdWhirl in.
Thank you
Unless you want a different ad in every view controller you have, you should use a singelton, and add the ad UIView each time you’re entering a new UIViewController.
I can’t recall if adWhirl provide it for you, but if not, you should animate the ad View out in case no ads are available.