2010-09-21 77 views
3

ViewController1使用縱向方向。 ViewController2使用橫向方向。如果我使用:Apple會否拒絕使用setStatusBarOrientation的應用程序?

[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait]; 

我的應用程序會被拒絕嗎?如果我不能使用這個電話,我的其他選擇是什麼?簡單地旋轉圖像並不足夠,因爲我需要使用操作表並以正確的方向警告提示。

回答

相關問題