Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created September 25, 2014 21:17
Show Gist options
  • Select an option

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

Select an option

Save flurrydev/c664c55cb3b30474b65f to your computer and use it in GitHub Desktop.
if ([FlurryAds adReadyForSpace:@"INTERSTITAL_MAIN_VC"]) {
[FlurryAds displayAdForSpace:@"INTERSTITAL_MAIN_VC" onView:self.view];
} 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