目前我正在使用 Unwind 进入其路径的主视图。
这是我在 Sender ViewController 上的代码:
- (IBAction)showRecents:(UIStoryboardSegue *)segue {
[self.navigationController.tabBarController setSelectedIndex:1];
NSLog(@"Root of Navigation Executed");
}
这是展开前的样子
这是从源视图控制器展开后的样子:
问题是我不明白为什么它没有显示 Green TopBar?与 TabBarController 有关吗?
这是我的路径 VC: