iAds on landscape

Posted by Carlos Vargas on Stack Overflow See other posts from Stack Overflow or by Carlos Vargas
Published on 2010-06-13T04:57:50Z Indexed on 2010/06/13 5:02 UTC
Read the original article Hit count: 575

Filed under:

Hey guys Im having trouble with iAds in landscape mode This is part of my code:

banner = [[ADBannerView alloc]init] ;

banner.currentContentSizeIdentifier = ADBannerContentSizeIdentifier480x32;

[self.view addSubview:banner];

[banner release];

But is not working for me, it gives me error, gives me a SIGABRT error in the second line of the code. I am not having problems with the portrait mode... please help.

Best Regards

Carlos Vargas

© Stack Overflow or respective owner

Related posts about iphone