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 needs using a few custom transition classes that we will provide.

custom transition tumblr example

Clone this wiki locally