最終更新:2013-01-12 (土) 10:43:18 (4114d)  

UIInterfaceOrientation
Top / UIInterfaceOrientation

typedef enum {
   UIInterfaceOrientationPortrait           = UIDeviceOrientationPortrait,
   UIInterfaceOrientationPortraitUpsideDown = UIDeviceOrientationPortraitUpsideDown,
   UIInterfaceOrientationLandscapeLeft      = UIDeviceOrientationLandscapeRight,
   UIInterfaceOrientationLandscapeRight     = UIDeviceOrientationLandscapeLeft
} UIInterfaceOrientation;

UIViewController

  • statusBarOrientation?
  • setStatusBarOrientation:animated?