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
You can use presentViewController:animated:completion: and dismissViewControllerAnimated:completion: methods from UIViewController. See docs here
presentViewController:animated:completion:
dismissViewControllerAnimated:completion:
UIViewController