SDragView
Bottom Drawer view with animation
Requires Xcode 8 and Swift 3.
Simply add 'SDragView.swift' file to your Xcode project.
Usage
Initialize 'SDragView' in viewDidAppear.
let dragView = SDragView(dragViewAnimatedTopSpace:25, viewDefaultHeightConstant:40)
self.view.addSubview(dragView)
License
Apache License 2.0