我正在使用xCode 4作爲我的項目,它應該可以在iPad和iPhone上使用。所以,我創建了基於通用窗口的應用程序。我想我的應用程序開始進入橫向模式,所以我補充如下: 的方法:Xcode 4組件方向問題
shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
我設置interfaceOrientation == UIInterfaceOrientationLandscapeRight
並添加鑰匙插進application.plist: Initial Interface Orientation
,並設置景觀(右home鍵)。
現在,應用程序確實以橫向模式啓動,但其中的每個組件(按鈕,標籤)仍然旋轉90度(逆時針)。 當我加載xib時,窗口方向設置爲縱向,下拉禁用。 有人有想法我做錯了什麼?