An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
7.13k
stars
1.27k
forks
source link
Sample code for show just one menu in tableview #427
Closed
Husseinhj closed 1 year ago
If you want to just show a single swipe menu in TableView can try with my sample:
Create a property the keep last cell has shown the menu.
Then implement this code to hide the menu of the last cell has been shown.
If you want to hide the menu when user scrolled the TableView implement this: