我们如何在没有模态或navigationview(列表)方法的情况下在独立屏幕之间导航(无选择返回?)>
有没有办法做到这一点?
我们如何在没有模态或NavigationView(列表)方法的情况下在独立屏幕之间导航(无选择返回)?有办法吗?
If let storyboard = storybord{
let vc = storyboard.instantiateViewController(withIdentifier: ”viewcontroller-id”) as! your_VC
self.present(vc, animated: true)
}
欢迎使用Stackoverflow。是的,有很多方法可以做到这一点。