Swipe TableView Cell

I would like to know if there is any plugin or even an example swipe tableviewcell, would be to edit / delete / add an action when sliding the cell from tableviewcell, as per attached example.

If possible, with icon

H6oeX.png

someone?

The widget.newTableView()'s row rendering does not have support built in for it. However, if you look at:

https://github.com/coronalabs-samples/CoronaWeather

In particular the locations.lua file and look for onLocationRowRender() and onLocationRowTouch() functions, you can see how you can implement your own.

Rob

thanks Rob :smiley:

someone?

The widget.newTableView()'s row rendering does not have support built in for it. However, if you look at:

https://github.com/coronalabs-samples/CoronaWeather

In particular the locations.lua file and look for onLocationRowRender() and onLocationRowTouch() functions, you can see how you can implement your own.

Rob

thanks Rob :smiley: