[[UIDevice currentDevice] orientation] won’t work on simulator,
instead use
[UIApplication sharedApplication] statusBarOrientation];
Blogged with the Flock Browser
[[UIDevice currentDevice] orientation] won’t work on simulator,
instead use
[UIApplication sharedApplication] statusBarOrientation];