我在 iPad 应用程序的情节提要中有一个 UITabBarController 作为 rootViewController。
它包含 3 个 tabBarItems。
每个项目都有一个navigationController。所以总共3个navigationController。
设想:
我选择了第二个 tabBarItem。然后第二个 navigationController 将在 tabBarController 上可见,并带有其关联的 rootController 的视图。
我在这个可见的导航控制器上推送了一些控制器。
现在,当我点击第二个 tabBarItem(现在已经被选中)时,tabBarController 会弹出所有推送的控制器并将 navigationController 带到它的 rootController 视图。
问题:我怎样才能阻止这种行为?当用户再次点击它时,选定的 tabBarItem 不应执行任何操作。