- Copy 'CardViewController' group to your project.
let cardVC = CardViewController(viewController: anyViewController)
// present the view controller modally without animation
self.present(cardVC, animated: false, completion: nil)
This demo has modifications on the original article written by Axel Kee on Fluffy.es.