/InteractiveTransition

Simple template for the UIViewController interactive transitions animation

Primary LanguageSwiftMIT LicenseMIT

InteractiveTransition

// TODO: Add documentation

Usage

let detailViewController = CardNavigationController(rootViewController: AnotherViewController())
detailViewController.modalPresentationStyle = .overCurrentContext // Important!
present(detailViewController, animated: true, completion: nil)