cocos2d iphone - How to have a 3/4 full screen size ad in ios? -


i able ad advertisment can make popup whenever desire not take entire screen, perfect example of desire visually below:

i not looking exact code, more or less asking framework use. know iad not support type of advertisment, 1 will?


before ad:                                                                             after ad:

app before advertisment. enter image description here

reposting comment answer:

how creating own uialertview , display content want? think uialertview uses own window, mean add custom window on top of application window make modal , have delegate callback (or better... blocks!) dismiss custom window. approach

edit: take @ how sam vermette did svprogresshud. should starting point.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -