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

How can I disable this swipe feature for horizontal collection view? #60

Open
spechaker opened this issue Mar 12, 2019 · 1 comment
Open
Assignees

Comments

@spechaker
Copy link

Expected Behavior

The swipe tabbar feature that you've implemented, should not be works when the user scroll on horizontal collection view.

Actual Behavior

It's messed on scrolling of horizontal collection view.

Steps to Reproduce the Problem

  1. Add tabbar controller with SwipeableTabBarController
  2. Add a horizontal collection view in viewcontroller
  3. Try to scroll collection view. Then it's just messed...
    I can't scroll the collection view safely.

Specifications

  • Version: xCode 10.1, Swift 4.2 and latest SwipeableTabBarController
  • Platform: iPhone 6
  • Subsystem:
@marcosgriselli marcosgriselli transferred this issue from marcosgriselli/Sizes Mar 12, 2019
@krgoodnews
Copy link
Contributor

krgoodnews commented Apr 3, 2019

I solved it with the UIGestureRecognizerDelegate.
If you want, shoot the video within a few days.
If you like, I will write the code and PR.

@marcosgriselli marcosgriselli added this to the 3.0 milestone May 19, 2019
@marcosgriselli marcosgriselli self-assigned this May 19, 2019
@marcosgriselli marcosgriselli removed this from the 3.0 milestone Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants