iAds on landscape
- by Carlos Vargas
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