Biggerplay I've got some weird issues going on with positioning of the iAd on the iPad sim, here's the full details on stackoverflow http://stackoverflow.com/questions/24219900/weird-vertical-positioning-issue-with-iad-on-the-ipad-in-game Any ideas?
Shilo Try this: #define SCENE_HEIGHT ((IS_PHONE) ? (IS_WIDESCREEN) ? 568.0f : 480.0f : 1024.0f) #define SCENE_WIDTH ((IS_PHONE) ? 320.0f : 768.0f)