// 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

Arvind Ghosh

02:19
                                       Arvind Ghosh  Some such people go ahead this world as make their lives worth while by making ot...
Arvind Ghosh Arvind Ghosh Reviewed by vijaykumar on 02:19 Rating: 5

Dr. Zakir Hussain

02:08
                                  Dr. Zakir Hussain  Dr. Zakir Hussain was the third (1967-69) leader of Bharat. He was a decent gov...
Dr. Zakir Hussain  Dr. Zakir Hussain Reviewed by vijaykumar on 02:08 Rating: 5

Dr. (Mrs.) Annie Besant

01:59
                           Dr. (Mrs.) Annie Besant  Dr. (Mrs.) Annie Besant is the premier among those nonnative siblings and sister...
Dr. (Mrs.) Annie Besant Dr. (Mrs.) Annie Besant Reviewed by vijaykumar on 01:59 Rating: 5

Dr. Ram Manohar Lohia

01:41
                         Dr. Ram Manohar Lohia  In August 1929, an understudy from India went to the University of Berlin, Germany f...
Dr. Ram Manohar Lohia Dr. Ram Manohar Lohia Reviewed by vijaykumar on 01:41 Rating: 5

Dada Bhai Naoroji

00:19
                          Dada Bhai Naoroji  It would not be a lot to state that Dada Bhai Naoroji possesses an imperative position ...
Dada Bhai Naoroji Dada Bhai Naoroji Reviewed by vijaykumar on 00:19 Rating: 5

Pt. Din Dayal Upadhyaya

00:14
                            Pt.   Din  Dayal Upadhyaya  Pt. Clamor Dayal Upadhyaya was awesome, not by birth, but rather by deeds. H...
Pt. Din Dayal Upadhyaya Pt.  Din Dayal Upadhyaya Reviewed by vijaykumar on 00:14 Rating: 5

Swami Vivekanand

00:03
                                     Swami Vivekanand  "Reformers have fizzled. What is the reason thereof? Since just a couple...
Swami Vivekanand Swami Vivekanand Reviewed by vijaykumar on 00:03 Rating: 5

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

Ad Home

Powered by Blogger.