Advertisement
Guest User

Untitled

a guest
May 5th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ALSdk.shared()!.adService.loadNextAd(ALAdSize.sizeInterstitial(), andNotify: self)
  2.  
  3. ALInterstitialAd.shared().adDisplayDelegate = self
  4. ALInterstitialAd.shared().adVideoPlaybackDelegate = self
  5.  
  6. if let ad = self.ad
  7. {
  8. ALInterstitialAd.shared().showOver(UIApplication.sharedApplication().keyWindow!, andRender: ad)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement