Skip to content

Instantly share code, notes, and snippets.

@ydn
Created June 10, 2015 18:52
Show Gist options
  • Save ydn/1610c03dc927fe05fa7a to your computer and use it in GitHub Desktop.
Save ydn/1610c03dc927fe05fa7a to your computer and use it in GitHub Desktop.
Full Screen Flurry Ads
if adInterstitial != nil && adInterstitial.ready {
adInterstitial.presentWithViewController(self);
} else {
adInterstitial.fetchAd();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment