This works fine:
这很好用:
let mainStoryboard: UIStoryboard = UIStoryboard(name: "Main", bundle: nil)
let innerPage: subVC = mainStoryboard.instantiateViewController(withIdentifier: "subSB") as! subVC
self.present(innerPage, animated: true, completion: nil)
let mainStoryboard: