Wednesday, October 19, 2011

iOS how to display status bar vertically

[UIApplication sharedApplication].statusBarOrientation = UIInterfaceOrientationLandscapeRight;

No comments: