Custom UIStoryboardSegue Providing A Modal Style Transition

In the past I mentioned a guide explaining how to make transitions and make them usable as Xcode storyboard segues.

Here’s a custom iOS UI control providing a custom UIStoryboardSegue called DCModalSegue from David Change that you can use to make modal views inspired by the Gmail app.

DCModalSegue provides a storyboard segue transition that pushes back the current view, and another slides in front with a neat animation.

The following animation from the readme shows the transition in action:

DCModalSegue

 

You can find DCModalSegue on Github here.

A nice transition for modal views.

DeliciousTwitterFacebookRedditLinkedInEmail

Original article: Custom UIStoryboardSegue Providing A Modal Style Transition

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *