Drag to dismiss Steps: Add the view controller that you want to be able to dismiss. From the calling view controller, add an action to present it modally. On the segue, change Presentation value to Over Current Context. See code below.