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 to delete without SwipeAction #444

Open
ikrachko opened this issue May 4, 2022 · 1 comment
Open

Swipe to delete without SwipeAction #444

ikrachko opened this issue May 4, 2022 · 1 comment

Comments

@ikrachko
Copy link

ikrachko commented May 4, 2022

Can I implement simple "swipe to delete" without adding any SwipeAction(or mb with clear background and title)? I just want to move cell at some point and delete without actions view appearing.

@dev-mata
Copy link

@ikrachko func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath, for orientation: SwipeActionsOrientation)

this worked for me for swipe to delete only

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