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
- Host: GitHub
- URL: https://github.com/swiftkickmobile/customseguedemo
- Owner: SwiftKickMobile
- Created: 2018-07-14T17:43:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T16:35:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T18:57:25.577Z (2 months ago)
- Topics: animations, interface-builder, ios, transitions, tutorial-code, uistoryboardsegue, uiviewcontroller, xcode
- Language: Swift
- Size: 240 KB
- Stars: 33
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
![]()