单击按钮如何顺利打开ARView Controller?

时间:2019-05-28 09:00:16

标签: ios swift arkit

如何顺利打开ARView Controller单击按钮。现在,单击以打开ARviewcontroller,但不能平滑地打开。

请查看视频:Link

let controller = self.storyboard?.instantiateViewController(withIdentifier: "ARVC") as! ARViewController
controller.productStyleObjects = self.makeCopeForStyleArray(forStyles: productStyles)
self.tabBarController?.hidesBottomBarWhenPushed = true
self.tabBarController?.parent?.navigationController?.setNavigationBarHidden(true, animated: false)
self.tabBarController?.parent?.navigationController?.pushViewController(controller, animated: true)

0 个答案:

没有答案