I've read every thread on the forum but i can't say that it was clear enough (at least for rookies).
I'm trying to convert my app in Universal app. I've used the barebones project to create my app and i want to load it without x2 option.
This post
http://forum.sparrow-framework.org/topic/ios-42-ipad-strange-behavior#post-2345
describes a procedure. Here is where it's being complicated.
For example i have to set this : [SPStage supportHighResolutions:YES]; and also this [SPStage setScaleFactor:2.0f];
Where? In the source code (SPStage.m)? Here?
// --- static members ------------------------------------------
static BOOL supportHighResolutions = NO;
static float contentScaleFactor = -1;
static NSMutableArray *stages = NULL;
Also what else?
I am really confused about that, cause right now my app runs at 1/4 of my iPad's screen.
Is anyone kind enough to explain a little bit more? I am sure many users would like to know about that.