Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to prevent pan to close within the drawer. #87

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2017

  1. Add panToCloseInsideDrawerEnabled property

    Allow pan gestures to optionally pass through to the drawerViewController.
    
    Prevents e.g. swipe-to-delete on table view cells from being over-ridden to close the drawer.
    colincameron authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    8ac0a2d View commit details
    Browse the repository at this point in the history
  2. Added Bool type annotation

    Necessary to allow panToCloseInsideDrawerEnabled property to appear in Interface Builder.
    colincameron authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    b8074e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Merge pull request #1 from ykyouhei/master

    Update to latest upstream
    colincameron authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    7d2ca26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2636a4e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request #2 from ykyouhei/master

    Merge upstream changes
    colincameron authored Jun 6, 2019
    Configuration menu
    Copy the full SHA
    b37b5d3 View commit details
    Browse the repository at this point in the history