Giter Site home page Giter Site logo

Comments (3)

iDevelopper avatar iDevelopper commented on July 22, 2024

Please use the delegate methods:

/**
 *  Implement this to return YES if you want other gesture recognizer to share touch events with the pan gesture.
 *
 *  @param revealController       The reveal view controller object.
 *  @param otherGestureRecognizer The other gesture recognizer.
 *
 *  @return YES if you want other gesture recognizer to share touch events with the pan gesture.
 *
 *  @see    -panGestureRecognizer
 */
- (BOOL)revealController:(PBRevealViewController *)revealController
panGestureRecognizerShouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer;

/**
 *  Implement this to return YES if you want other gesture recognizer to share touch events with the tap gesture.
 *
 *  @param revealController       The reveal view controller object.
 *  @param otherGestureRecognizer The other gesture recognizer.
 *
 *  @return YES if you want other gesture recognizer to share touch events with the tap gesture.
 *
 *  @see    -tapGestureRecognizer
 */
- (BOOL)revealController:(PBRevealViewController *)revealController
tapGestureRecognizerShouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer;

from pbrevealviewcontroller.

alisattar456 avatar alisattar456 commented on July 22, 2024

I want to block back view when slide bar show pbrevealviewcontroller

On Thu, Nov 10, 2016 at 9:56 PM, Patrick [email protected] wrote:

Closed #17
#17.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARaPa9JADzXKxUIZRL3ubyPPR8iFPbrSks5q80zRgaJpZM4Kuw7U
.

from pbrevealviewcontroller.

iDevelopper avatar iDevelopper commented on July 22, 2024

Please open a new issue and be more explicit because I don't understand your question!

from pbrevealviewcontroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.