How to differentiate between swi开发者_JAVA技巧ping from left-to-right & right-to-left in a UITableView cell.
Anyone has some ideas?
If you are targeting an OS > 3.2, you can use your own gesture recognizers. Otherwise, you can override touches moved in your UITableView or cell and evaluate the delta to determine swipe direction.
精彩评论