【发布时间】:2011-07-27 08:07:10
【问题描述】:
好的,正在处理带有标签栏的视图和另一个将成为信息/关于视图的视图之间的转换。我有从带有标签栏的视图转换并转换回上一个视图的代码,但是在转换回来的过程中,我失去了底部的标签栏。不确定如何使用 MainWindow.xib 中的标签栏来解决这个问题
例如:
-
(IBAction)backButtonPressed:(id)sender { TablesViewController *tvc = [[TablesViewController alloc] initWithNibName:@"TablesView" bundle:nil];
tvc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; [自我presentModalViewController:tvc动画:是]; [电视放送];
}
谢谢, np
【问题讨论】:
标签: iphone objective-c