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

SIDDHARTHA GAUTAMA BUDDHA(563-483BC) SIDDHARTHA GAUTAMA BUDDHA(563-483BC) Reviewed by vijaykumar on 00:40 Rating: 5

VARDHAMAN MAHAVIRA

23:05
mahavira awesome saint, is the name most ordinarily used to allude to the india sage varthamana who establised what are today considare...
VARDHAMAN MAHAVIRA VARDHAMAN MAHAVIRA Reviewed by vijaykumar on 23:05 Rating: 5
MAHARISHI VALMIKI | robbery to ramayana MAHARISHI VALMIKI | robbery to ramayana Reviewed by vijaykumar on 22:00 Rating: 5

ARYABHARATA(476-550AD)

04:54
Aryabhata was born in magadha modern patna in bihar. many are of the view that he as born in the south of india especially krala and liv...
ARYABHARATA(476-550AD) ARYABHARATA(476-550AD) Reviewed by vijaykumar on 04:54 Rating: 5

Ad Home

Powered by Blogger.