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.
- Host: GitHub
- URL: https://github.com/nathanborror/example-transitions
- Owner: nathanborror
- Created: 2018-03-02T02:26:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T20:56:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T13:26:19.773Z (12 months ago)
- Language: Swift
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.