Skip to content

Instantly share code, notes, and snippets.

@ydn
Last active August 29, 2015 14:22
Show Gist options
  • Save ydn/ae6e91123474080066dc to your computer and use it in GitHub Desktop.
Save ydn/ae6e91123474080066dc to your computer and use it in GitHub Desktop.
Spotlight banner ads Swift Example
let adBanner = FlurryAdBanner(space:"ADSPACE");
adBanner.adDelegate = self;
adBanner.fetchAndDisplayAdInView(self.view, viewControllerForPresentation: self);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment