Skip to content

Instantly share code, notes, and snippets.

@ArchieR7
Created June 26, 2017 02:14
Show Gist options
  • Save ArchieR7/f5f01997d9eee6f120db9f6b0c483672 to your computer and use it in GitHub Desktop.
Save ArchieR7/f5f01997d9eee6f120db9f6b0c483672 to your computer and use it in GitHub Desktop.
Load AdMob
func loadAdMob() {
GADRewardBasedVideoAd.sharedInstance().delegate = self
let request = GADRequest()
GADRewardBasedVideoAd.sharedInstance().load(request, withAdUnitID: AdUnitID)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment