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
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
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
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