如何从ViewController中显示TabBarController Swift

时间:2018-11-20 15:43:22

标签: swift uiviewcontroller uitabbarcontroller face-id

在我的项目中,大家好,之后我得到了FaceID检查,这是真的,应该转到我的TabBarController。我已经准备好了所有东西,但是我不知道该怎么去TabBarController。有人可以帮我还是可以帮助我的人,请告诉我。

That's my Code at the courser I need to change the Controller

-谢谢

1 个答案:

答案 0 :(得分:-2)

let tab = self.storyboard?.instantiateViewController(withIdentifier: "yourTabBarController")
(UIApplication.shared.delegate)!.window!!.rootViewController = tab

该代码有效,它是从@Sh-Khan的另一个答案中删除的。