Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. self.adView = VMaxAdView(adspotID: "<YOUR-ADSPOT-ID>", viewController: self,
  2. withAdUXType: VMaxAdUX.Banner)
  3. self.adView.delegate = self
  4. // Add the adview to your view hirerchy.
  5. self.view.addSubview(self.adView)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement