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 Card Temporarily Pauses #155

Open
muhammadabbas001 opened this issue Jan 4, 2024 · 0 comments
Open

Swipe Card Temporarily Pauses #155

muhammadabbas001 opened this issue Jan 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@muhammadabbas001
Copy link

Describe the bug
Card stop for some time and then removed, when I release the drag gesture. I am showing 5 cards.

When I drag the first 3 cards, then face that issue but on 4th and 5th cards it's working fine.

I guess when we drag the card at that time new card is generated behind the scenes that's why that issue occurs.

I have used your following solution in issue78 but could not solve that problem.

card.layer.shouldRasterize = true
card.layer.rasterizationScale = UIScreen.main.scale

Video of Issue:

Trimed.mov

To Reproduce
Steps to reproduce the behavior:

  1. Go to Card Stack
  2. Click on Card
  3. Drag at the middle of the Card Stack
  4. See card stop for some time
@muhammadabbas001 muhammadabbas001 added the bug Something isn't working label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant