/CardViewController

Facebook-like draggable view demo.

Primary LanguageSwift

CardViewController

How it works:

  • Copy 'CardViewController' group to your project.

How to use:

let cardVC = CardViewController(viewController: anyViewController)
        
// present the view controller modally without animation
self.present(cardVC, animated: false, completion: nil)

Note

This demo has modifications on the original article written by Axel Kee on Fluffy.es.