View gist:b18b693cfb6da2daa9ce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MoPub MPTableViewAdPlacer integration overview | |
// In table view controller: | |
self.adPlacer = [MPTableViewAdPlacer placerWithTableView:self.tableView | |
viewController:self | |
defaultAdRenderingClass:[SomeTableViewAdCell class]]; | |
... | |
[self.adPlacer loadAdsForAdUnitID:@"mopub_ad_unit_id"]; | |
// In format definition: |