Skip to content

Instantly share code, notes, and snippets.

@jjaffeux
Created November 19, 2012 12:31
Show Gist options
  • Save jjaffeux/4110411 to your computer and use it in GitHub Desktop.
Save jjaffeux/4110411 to your computer and use it in GitHub Desktop.
example interstitial smart
interstitial = SASInterstitialView.alloc.initWithFrame(UIScreen.mainScreen.bounds,
loader:SmartAdServerViewLoaderActivityIndicatorStyleBlack,
hideStatusBar:true)
interstitial.delegate = self
interstitial.loadFormatId(7136,
pageId:"283008",
master:true,
target:nil,
timeout:10.0)
self.view.addSubview(interstitial)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment