Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 14, 2018. It is now read-only.
This repository was archived by the owner on Jan 14, 2018. It is now read-only.

Pan Gesture causes issue with navigation interactive pop gesture (black screen) #465

@joshoconnor89

Description

@joshoconnor89

I am able to get the pan gesture to work very well with the slider, however, when I added an interactivePopGestureRecognizer to dismiss a view controller that was pushed, I experience weird issues. If I do the following, I get a black screen while transitioning via interactivePopGestureRecognizer.

  1. Add pan gesture to slider: [self.view addGestureRecognizer:self.slidingViewController.panGesture];
  2. Add interactive pop gesture to a view controller (call this PushedVC) that will be pushed
  3. Use pan gesture to open and close slider
  4. Open PushedVC, use pan gesture to go back. Notice black screen.

Any help would be nice, this has been a pain in my ass for the past two hours.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions