Skip to content

fewlinesofcode/InteractiveTransition

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages