2011-01-08 69 views
0

當我旋轉iPhone時,我將紅眼設置爲: 另外,我設置rootViewController已隱藏...如何讓紅色的UIView覆蓋整個屏幕,期待從導航欄和狀態欄

[appDelegate.myRootViewController.tabBarController.tabBar setHidden:YES]; 
redView.frame = CGRectMake(0, 0, 480, 320); 

但似乎tabbarcontroller仍然覆蓋redView,ow我可以解決它?謝謝。 (我也嘗試將tabbarcontroller的視圖設置爲其他位置,但紅色的視圖仍然不能顯示在整個屏幕上,謝謝alt text

回答

0

你檢查了tabbar有什麼索引,看起來像tabbar在視圖層次中比在紅色視圖中具有更高的索引。

相關問題