2013-01-06 57 views

回答

1

你確定你在你的應用程序代理這個代碼?

// Supported orientations: Landscape. Customize it for your own needs 
    - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation 
    { 
     return UIInterfaceOrientationIsLandscape(interfaceOrientation); 
    } 

然後,如果您單擊項目圖標,在支持的方向下確保只有肖像被選中。

讓我知道你是否有任何問題。

+0

@ user1633930是否有效? – bluestunt

+0

我可以證實這個作品,歡呼聲 – Chris

相關問題