When a button is pressed I want to segue between two view controllers by using a Modal Transition style CoverVertical and then dismiss it. There is allot of info ou
CoverVertical
To Dismiss View Controller in Swift 3.0
self.dismiss(animated: true, completion: {})