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

Swipe on Finger not working. #24

Open
pankil9999 opened this issue Jul 4, 2017 · 2 comments
Open

Swipe on Finger not working. #24

pankil9999 opened this issue Jul 4, 2017 · 2 comments

Comments

@pankil9999
Copy link

It will only work when you push only 1 ViewController. but it will not work when you push multiple ViewControllers.

For Example :
Push 1st VC to 2nd VC than 2nd VC to 3rd VC than 3rd to 4th VC and than you try to pop with finger from 4th VC to 3rd VC, it will pop with Swipe effect but when you try to pop from 3rd VC to 2nd VC it will instantly pop to 2nd VC (Means it will not pop up based on my finger drag)

this is bug or am i missing something?
How to fix this?

@fastred
Copy link
Owner

fastred commented Jul 4, 2017

This works fine in the example project: https://github.com/fastred/SloppySwiper/tree/master/Example

@pankil9999
Copy link
Author

pankil9999 commented Jul 13, 2017

@fastred , i add below lines of code in MY RootNavigationController.
self.navigationBar.translucent = NO;
self.swiper = [[SloppySwiper alloc]initWithNavigationController:self];
self.delegate = self.swiper;
than it's working fine and when i add above lines of code in each UIViewController than above issue occur. Can you please suggest me how can i stop swipe effect in single ViewController?

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

No branches or pull requests

2 participants