Has any one encountered this already ? I put iAd with the code below in titanium studio and when the app loads in show a white rectangle which is where iAd should go thent it disappears ?

var iads = Ti.UI.iOS.createAdView({ width: 320, top: 100, backgroundColor: 'transparent', zIndex:200 });
t1 = Titanium.UI.createAnimation({bottom:0, duration:750});

iads.addEventListener('load', function(){
   iads.animate(t1);
});

Titanium.UI.currentWindow.add(iads);
link|improve this question
Solved on it s own just by magic.. I don't know one day it works, the other it doesn't (in sim) I lost 2 days of work.. – user1072405 Dec 8 '11 at 16:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.