Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save flurrydev/32505799d28af18a2616 to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/32505799d28af18a2616 to your computer and use it in GitHub Desktop.
if ([FlurryAds adReadyForSpace:@"INTERSTITAL_MAIN_VC"]) {
[FlurryAds displayAdForSpace:@"INTERSTITAL_MAIN_VC" onView:self.view viewControllerForPresentation:self];
} else {
[FlurryAds fetchAdForSpace:@"INTERSTITAL_MAIN_VC" frame:self.view.frame size:FULLSCREEN];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment