📅  最后修改于: 2022-03-11 15:01:02.429000             🧑  作者: Mango
let storyBoard: UIStoryboard = UIStoryboard(name: "TestDialog", bundle: nil)
let newViewController = storyBoard.instantiateViewController(withIdentifier: "AlrtDoalogTestViewController") as! AlrtDoalogTestViewController
let vc = UIViewController()
newViewController.modalPresentationStyle = .fullScreen
self.present(newViewController, animated:false, completion:nil)