how to display test IAd banner in the simulator
问题 hi all i imported iAd frame work and implemented code for the iAd.My sample code is below shown .h file #import <UIKit/UIKit.h> #import <iAd/iAd.h> @interface IadTestViewController : UIViewController<ADBannerViewDelegate> { BOOL isBannerVisible; IBOutlet ADBannerView *banner; } @property(nonatomic,assign)BOOL isBannerVisible; @property(nonatomic,retain)IBOutlet ADBannerView *banner; @end .m file i implemented delegate methods #import \"IadTestViewController.h\" @implementation