Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Fading menues and optional protocol for overriding gesture #132

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

Fading menues and optional protocol for overriding gesture #132

wants to merge 3 commits into from

Conversation

BinaryDennis
Copy link

Hi
I added 2 features which I found useful in my project.

  1. Added an optional protocol with 1 method which any UIViewController can choose to implement. Whenever user performs a slide gesture PKRevealController.m will now check if the frontViewController conforms to that protocol and if so let that controller to override the gesture. This is useful is several scenarios: eg if a ViewController for example has a UITableView and wants the slide-to-delete to work as expected (ie not sliding to left/right menu).
  2. Added a property in order to make the menues fade in/out while sliding.

Dennis Korkchi added 3 commits May 14, 2013 13:57
@macfanatic
Copy link

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants