How to Implement Swipe Left to Right in UITableView Cell similar to iOS Mail
问题 I'm trying to replicate the same technique that Apple uses in their mail app for marking mail as unread or "Mark as Unread" when you swipe from left to right inside a mailbox. I've found similar solutions but only for a gesture of swiping from right to left. I was hoping that this same solution was available as part of the Apple SDK for the opposite direction. How can I acheive the same left-to-right gesture effect as iOS' Mail app does? 回答1: I've found similar solutions but only for a