I know there's been a million questions about the iPad's orientation at launch cause I've read them all, but here's the thing I don't understand.
Nearly everything says to assume that the iPad is in portrait orientation...
BUT...you can provide a landscape launch image and if it will use it.
So, somewhere, it knows that the device is in landscape...BUT there doesn't seem to be anyplace that I can find out if the landscape image was used at launch time!
I've tried:
orientation = [UIDevice currentDevice].orientation;
orientation = [UIApplication sharedApplication].statusBarOrientation;
And they always say portrait...even when it's not.
Any ideas?
Thanks!