好吧,正在處理帶有tabbar的視圖和另一個視圖之間的過渡,這是一個信息/關於視圖。我有代碼從視圖切換到tabbar並轉換回前一個視圖,但在轉換過程中,我丟失了底部的tabbar。不知道到底如何與在MainWindow.xib中在uimodaltransition期間丟失了tabbar
例如使用TabBar接近這個:
(IBAction爲)backButtonPressed:(ID)發送 { TablesViewController * TVC = [[TablesViewController頁頭] initWithNibName :@「TablesView」bundle:nil];
tvc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; [self presentModalViewController:tvc animated:YES]; [tvc release];
}
感謝, NP
不知道如果我完全明白如何做到這一點。我有在程序的appDelegate中聲明的UITabBarController? – user686695 2011-04-01 01:47:37
調用UIViewController應該自動引用它的UITabBarController ...我提供的代碼應該按原樣工作。 – 2011-04-01 03:05:57
嘿,試了一下,它現在不會過渡回來? – user686695 2011-04-01 03:44:09