2010-11-02 50 views

回答

2

觀察該事件UIDeviceOrientationDidChangeNotification

[[NSNotificationCenter defaultCenter] addObserver:self 
      selector:@selector(orientationDidChange:) 
      name:UIDeviceOrientationDidChangeNotification object:nil]; 
-1
[[UIDevice currentDevice] setOrientation:UIInterfaceOrientationLandscapeRight]; 
0

只是此情況下,提出一個新的模態視圖控制器從當前視圖中的「褪色」過渡一個有用的技術。如之前提到的亞倫您可以在反應這樣對UIDeviceOrientationDidChangeNotification

相關問題