Skip to content

ahmdmhasn/CardViewController

Repository files navigation

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.

About

Facebook-like draggable view demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages