8000 Background extra animated during removing cells in the full swiping mode · Issue #31 · c-villain/SwipeActions · GitHub
[go: up one dir, main page]

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

Background extra animated during removing cells in the full swiping mode #31

Closed
c-villain opened this issue Sep 5, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@c-villain
Copy link
Owner

Simulator Screenshot - iPhone 15 Pro Max - 2024-09-05 at 17 29 15

@c-villain c-villain added the bug Something isn't working label Sep 7, 2024
@c-villain c-villain self-assigned this Sep 7, 2024
@c-villain
Copy link
Owner Author

New engine was added to swipeactions.
To control view's id you should use modifier .identifier(your id):

ForEach(...) { cell in
     YourView(cell)
         .addSwipeAction(...) {}
         .identifier(cell) // <= ✅ Look here
 }

@c-villain
Copy link
Owner Author

fix in 0.4.0

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
0