在特定索引

时间:2015-12-17 03:26:55

标签: swift uiviewcontroller uitabbarcontroller segue

我想在特定索引处提供UITabBarController。我有什么:

let mainTabController = UIStoryboard(name: "Main", bundle: nil).instantiateViewControllerWithIdentifier("MainTabBarController")
self.presentViewController(mainTabController, animated: true, completion: nil)

我尝试将索引选择放在presentViewController的完成处理程序中,但这不起作用

我也尝试向mainTabController转发UITabBarController,但这不允许我,让我相信这不是实现目标的正确方法。

有什么想法吗?

0 个答案:

没有答案