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

https://github.com/nathanborror/example-transitions

An example implementation of custom view controller transitions.
https://github.com/nathanborror/example-transitions

Last synced: 11 months ago
JSON representation

An example implementation of custom view controller transitions.

Awesome Lists containing this project

README

          

# Example Transitions

This is an example implementation of a custom interactive view controller transition.
The goal was to keep any information about the custom transition separate from the
presented view controller and to make custom transitions easily composable so they
could be quickly thrown together based on the needs of the product.