我正在从 TabBarController 导航到另一个 UIViewController 。
aViewController.title = @"Product Name";
[self.tabBarController.navigationController pushViewController:aViewController animated:YES];
从标签栏导航后,不可见。
所以更改代码
[self.navigationController pushViewController:aViewController animated:YES];
TabBar可见,但<返回按钮不可见。
从tabbar导航后如何使用tabbar和默认后退按钮?