// Import the SDK header file and declare that you are implementing // the FBAdViewDelegate protocol: #import @interface MyViewController : UIViewController // Other code might go here... @end // In your View Controller, create a new instance of the FBAdView // and add it to your view hierarchy: - (void)viewDidLoad { [super viewDidLoad]; FBAdView *adView = [[FBAdView alloc] initWithPlacementID:@"264293564021066_264294194021003" adSize:kFBAdSize320x50 rootViewController:self]; adView.delegate = self; [adView loadAd]; // Reposition the adView // ... [self.view addSubview:adView]; } // Now that you have the basic code running, it is recommended that you use // the FBAdView delegate to get notified when the ad fails to load so you // could hide the banner unit. In the same way, you can add it back when it // was loaded: - (void)adView:(FBAdView *)adView didFailWithError:(NSError *)error; { NSLog(@"Ad failed to load"); // Add code to hide the ad unit... // E.g. adView.hidden = YES; } - (void)adViewDidLoad:(FBAdView *)adView; { NSLog(@"Ad was loaded and ready to be displayed"); // Add code to show the ad unit... // E.g. adView.hidden = NO; }

Header Ads

Gopal Krishna Gokhale

23:52
                              Gopal Krishna Gokhale  Gopal Krishna Gokhale is recollected with awesome love and regard. He is one of...
Gopal Krishna Gokhale Gopal Krishna Gokhale Reviewed by vijaykumar on 23:52 Rating: 5

Dr. B. P. Paul

23:44
                                      Dr. B. P. Paul On the rich and green place where there is Bharat numerous such researchers hav...
Dr. B. P. Paul Dr. B. P. Paul Reviewed by vijaykumar on 23:44 Rating: 5

Pt. Jawahar Lal Nehru

23:18
                             Pt. Jawahar Lal Nehru  The primary Prime Minister of free India, Pt. Jawahar Lal Nehru was a government...
Pt. Jawahar Lal Nehru Pt. Jawahar Lal Nehru Reviewed by vijaykumar on 23:18 Rating: 5

Rabindra Nath Tagore

23:00
Rabindra Nath Tagore Presentation  It would not be a misnomer to state that the preceptor of writers, Sri Rabindra Nath Tagore...
Rabindra Nath Tagore Rabindra Nath Tagore Reviewed by vijaykumar on 23:00 Rating: 5

BENJAMIN FRANKLIN

22:44
                       BENJAMIN FRANKLIN  Benjamin Frnaklin, an American Scientist Statesman, Printer, Inventor and a Diplomat is be...
BENJAMIN FRANKLIN BENJAMIN FRANKLIN Reviewed by vijaykumar on 22:44 Rating: 5

ALESSANDRO VOLTA

22:41
                              ALESSANDRO VOLTA  The innovation of 'Voltaic Pile' drove the researchers towards the edge of t...
ALESSANDRO VOLTA ALESSANDRO VOLTA Reviewed by vijaykumar on 22:41 Rating: 5

JAMES WATT

22:38
                                  JAMES WATT  James watt, a Scottish Inventor and mechanical Engineer was conceived on nineteenth Ja...
JAMES WATT JAMES WATT Reviewed by vijaykumar on 22:38 Rating: 5

Ad Home

Powered by Blogger.