I have a UITableView with multiple cells. This table should be scrolled vertically. Thus, vertical fingers will scroll the table.
Typically, horizontal finger laying on a table provides the ability to delete this cell, for example, by mail.
I would like to detect horizontal fingers in a cell and use this to start a method that will have a table row as a parameter, and not to delete a cell.
How can I do that?
Thanks for any help.
source share