Skip to main content

Posts

Showing posts from September, 2016

AdMob and CustomAds Helpers for Swift and SpriteKit etc.

If you ever need to integrate AdMob ads into your SpriteKit game or Swift app, these helper classes are very useful: https://github.com/crashoverride777/Swift-AdvertisingHelper They make it easy to display ad banners wherever you like in your app, e.g. in a Game Over scene. Thanks to crashoverride777.