Hello everyone.
Can anybody help me create ipad only fullscreen application?
Now I creating app using scaffold app. When I launch it on iPad it is have a small window in the center and with button "2x" in right bottom corner. I have changed "Targeted Device Family" to "ipad" in project settings -> build tab.
Sorry for bad english.
Then i use this parametrs in ApplicationDelegate.m
Game *game = [[Game alloc] initWithWidth:768 height:1024];
Application still building in small window at the center of the screen.
I think sparrow dont understand what it using iPad and not changed stage resolution. How can i change it manually?