Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 608 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 608 Bytes

Swipe-to-dismiss-view

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:

  1. Copy UISwipableView class in your project
  2. Set your custom view class as UISwipableView from Attribute
  3. Connect the outlet for container(parent) of your swipable view i.e. propery containerView
  4. All set to test your swipe to dismiss view