An open API service indexing awesome lists of open source software.

https://github.com/swiftkickmobile/customseguedemo

Demonstrates encapsulation of a custom view controller transition into a UIStoryboardSegue subclass
https://github.com/swiftkickmobile/customseguedemo

animations interface-builder ios transitions tutorial-code uistoryboardsegue uiviewcontroller xcode

Last synced: about 2 months ago
JSON representation

Demonstrates encapsulation of a custom view controller transition into a UIStoryboardSegue subclass

Awesome Lists containing this project

README

        

# Custom Segue Demo

This is the sample project that goes along with the [Elegant Custom UIViewController Transitioning](http://www.swiftkickmobile.com/elegant-custom-uiviewcontroller-transitioning-uiviewcontrollertransitioningdelegate-uiviewcontrolleranimatedtransitioning/) tutorial. Take a look and learn how to create elegant custom view controller transitions by encapsulating them in `UIStoryboardSegue` subclasses that work with Interface Builder's drag-and-drop interface.