https://github.com/appcoda/customviewtransitiondemo
A simple demo for custom view controller transition
https://github.com/appcoda/customviewtransitiondemo
Last synced: 8 months ago
JSON representation
A simple demo for custom view controller transition
- Host: GitHub
- URL: https://github.com/appcoda/customviewtransitiondemo
- Owner: appcoda
- Created: 2015-03-22T16:08:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T09:32:26.000Z (over 6 years ago)
- Last Synced: 2023-11-07T18:50:51.467Z (about 2 years ago)
- Language: Swift
- Homepage: http://www.appcoda.com/custom-view-controller-transitions-tutorial
- Size: 569 KB
- Stars: 102
- Watchers: 7
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomViewTransitionDemo
A simple demo for custom view controller transition
iOS 7 introduced custom view controller transitions which make it possible for developers
to create their own animated transitions from one view controller to the next in their apps.
In this demo, we'll take a look at how to do this. We'll also look at how to create gesture
driven transitions called interactive transitions. To follow along, you can download the sample
code and refer to the tutorial below:
http://www.appcoda.com/custom-view-controller-transitions-tutorial