8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
2b557a8
New engine was added to swipeactions. To control view's id you should use modifier .identifier(your id):
.identifier(your id)
ForEach(...) { cell in YourView(cell) .addSwipeAction(...) {} .identifier(cell) // <= ✅ Look here }
Sorry, something went wrong.
fix in 0.4.0
c-villain
No branches or pull requests
The text was updated successfully, but these errors were encountered: