CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.14k stars 1.27k forks source link

Implementation breaks accessibility actions menu to delete cells #218

Open staticnz opened 10 years ago

staticnz commented 10 years ago

There are conflicts with the - (void)tableView:(UITableView)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath*)indexPath method.

If this method is implemented, there are issues with the swiping to delete where it conflicts with the system method. However without the system method, users with Accessibility turned on and cannot swipe, are unable to action deletion.

Some more info: http://stackoverflow.com/questions/20786827/attempting-to-set-a-swipe-to-delete-cell-when-we-already-have-one-that-doesn

jlubeck commented 9 years ago

Hey @staticnz where you ever able to solve this? I ran into the same issue...