Presenting a UIViewController with the routine code:
@IBAction func openTravel() { let myVC = MyViewController() present(myVC, animated: true) } override