fewlinesofcode / InteractiveTransition

Simple template for the UIViewController interactive transitions animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InteractiveTransition

// TODO: Add documentation

Usage

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

About

Simple template for the UIViewController interactive transitions animation

License:MIT License


Languages

Language:Swift 100.0%