我创建了一个以 UITabBarController 开头的应用程序
像这样的东西:
现在我想在代码中引用那个 UITabBarController。我该怎么做?
我应该正确拖动到应用程序委托吗?(不起作用)。
我可以使用 instantiateViewControllerWithIdentfier: 但我不想创建一个新的 UITabBarController。我想参考现有的。
我创建了一个以 UITabBarController 开头的应用程序
像这样的东西:
现在我想在代码中引用那个 UITabBarController。我该怎么做?
我应该正确拖动到应用程序委托吗?(不起作用)。
我可以使用 instantiateViewControllerWithIdentfier: 但我不想创建一个新的 UITabBarController。我想参考现有的。