larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

use this class with Cocos2d project ? #50

Closed salmanlodhi closed 11 years ago

salmanlodhi commented 11 years ago

Hi, Can we use this code with Cocos2d based game. If yes then how?

Please help.

larsacus commented 11 years ago

I'm not familiar with Cocos2d, but if you are able to integrate a simple UIView, then yes you can use it.

salmanlodhi commented 11 years ago

Ohh found the solution. Its pretty easy.

CCDirector object is a UIVIewController in Cocos2d.

Thanks