My iAds ADBannerView is a subview of a UIViewController's view.
In the UIViewController, I made it to be the ADBannerViewDelegate, like this:
@interface ViewController : UIViewController <ADBannerViewDelegate> {
So, technically, the UIViewController should respond to functions from the ADBannerView, like
- (void)bannerViewDidLoadAd:(ADBannerView *)banner
But, they are not being called...
Delegate methods for ADBannerView not being called...
(1 post) (1 voice)-
Posted 1 year ago #
Reply
You must log in to post.