Demo to show the most common built-in View Controller transitions with iOS.
- Xcode 11+
- Swift 5+
- Apple - View Controller Programming Guide for iOS
- WWDC 2019 #224 - Modernizing Your UI for iOS 13
- Hacking with Swift - What is a segue?
- Hacking with Swift - How to pass data between two view controllers
- Medium - View Controller Presentation Changes in iOS 13
- Ray Wenderlich - Custom UIViewController Transitions: Getting Started