0
當我旋轉iPhone時,我將紅眼設置爲: 另外,我設置rootViewController已隱藏...如何讓紅色的UIView覆蓋整個屏幕,期待從導航欄和狀態欄
[appDelegate.myRootViewController.tabBarController.tabBar setHidden:YES];
redView.frame = CGRectMake(0, 0, 480, 320);
但似乎tabbarcontroller仍然覆蓋redView,ow我可以解決它?謝謝。 (我也嘗試將tabbarcontroller的視圖設置爲其他位置,但紅色的視圖仍然不能顯示在整個屏幕上,謝謝)