Swipe to Delete and the “More” button (like in Mail app on iOS 7)
How to Implement It looks like iOS 8 opens up this API. Hints of such functionality are present in Beta 2. To get something working, implement the following two methods on your UITableView’s delegate to get the desired effect (see gist for an example). – tableView:editActionsForRowAtIndexPath: – tableView:commitEditingStyle:forRowAtIndexPath: Known Issues The documentation says tableView:commitEditingStyle:forRowAtIndexPath is: … Read more