Open another storyboard

suggest change
let storyboard = UIStoryboard(name: "StoryboardName", bundle: nil)
let vc = storyboard.instantiateViewController(withIdentifier: "ViewControllerID") as YourViewController
self.present(vc, animated: true, completion: nil)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents