Fun implementations of UIViewControllerAnimatedTransitioning for 90s inspired transitions between view controllers.
Use CocoaPods:
platform :ios, '8.0'
use_frameworks!
pod 'RetroTransition'Or drag the RetroTransition project into your xcodeproj and make RetroTransition a target dependency.
Import RetroTransition:
import RetroTransitionThen use it:
let vc = UIViewController()
navigationController?.pushViewController(vc, withRetroTransition: ClockRetroTransition())wcgray, [email protected]
MIT