In Mail after dragging an email to the left, More and Trash appear. This row becomes modal. A tap on anywhere else in the table view is only used to close the email's menu.
How do I do this in my own application?
In Mail after dragging an email to the left, More and Trash appear. This row becomes modal. A tap on anywhere else in the table view is only used to close the email's menu.
How do I do this in my own application?
This was asked prior to iOS 8. In iOS 8 and later, you can just implement tableView:editActionsForRowAtIndexPath:;