You can use this reporistory for making a swipe to dismiss view like android notification drawer. Project also contains the example code for ease to integrate in your project. Enjoy :)
Steps to integrate:
- Copy UISwipableView class in your project
- Set your custom view class as UISwipableView from Attribute
- Connect the outlet for container(parent) of your swipable view i.e. propery containerView
- All set to test your swipe to dismiss view