我正在更新只需要使用函數shouldAutorotateToInterfaceOrientation縱向查看2個視圖的App。 該項目使用UINavigationController的,所以如果我想旋轉合作,縱向到橫向,我不得不執行本規範的所有類(共16):使用UINavigationController的設備方向
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
return YES;
}
所以,現在的旋轉工作,但所有的觀點僅!如果我只將這些代碼放在我需要的類別根本不工作的類上。
如何讓旋轉僅適用於兩個視圖?
什麼是意見流? – 2011-05-23 15:06:26
xcode沒有設備定位 - 它只是一個IDE。 – vikingosegundo 2011-05-23 15:21:55