Tutorial: Creating Interactive Transitions With The iOS 7 UI Transition API

I’ve pointed to a few resources utilizing the view transitioning API in iOS 7 such as this library providing a collection of transitions, and an excellent tutorial from Yari D’areglia on creating custom transitions using the view transitioning API.

Here’s another tutorial from Yari that expands upon his previous tutorial showing how to take a transition created using the view transitioning API and make it interactive responding to the user’s touch during transition.

Specifically you’ll learn how to drive a gesture using a custom class that adopts the UIViewControllerInteractiveTransitioning protocol that utilizes UIGestureRecognizer to handle the user’s touch.

This video shows the interactive transition built from the tutorial:

You can find the tutorial over on the Thinkandbuild.it site here.

A nice tutorial on how to create a great looking interactive transitions.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Tutorial: Creating Interactive Transitions With The iOS 7 UI Transition API

©2014 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 *