How can I detect a double tap on a certain cell in UITableViewUITableView?
i.e.i.e. I want to perform one action if the user made a single touch and another if a user made a double touch? I also need to know an index path where the touch was made.
How can I achieve this goal?
Thanks.