Skip to content

Creating a Custom Modal Transition

Charlie Hieger edited this page Oct 19, 2015 · 25 revisions

Xcode allows us to choose from 3 different modal transitions, Cover Vertical, Flip Horizontal and Cross Dissolve. Unfortunately, there is no provided way to adjust these stock transitions; they are what they are. Fortunately, we can create all types of cool custom transitions to fit all your app building needs using a few custom transition classes that we will provide.

custom transition tumblr example

Step 1: Add Custom Transition Files to your Project.

Download the Custom Transition Swift Files and drag them into your project.

add transition files to project

Step 2: Create a Modal Segue.

Create the Segue

Clone this wiki locally