Is it possible to change the view shown in response to a left to right "I want to delete this row" swipe in a UITableView's UITableViewCell?
Currently the 'delete' button seems to ignore all of the other UITableViewCell customisation options.
|
Is it possible to change the view shown in response to a left to right "I want to delete this row" swipe in a UITableView's UITableViewCell? Currently the 'delete' button seems to ignore all of the other UITableViewCell customisation options. |
||||
|
|
|
The tricky thing about deleting cells is this: when you swipe left to right to show the "delete" button, the UITableViewCell moves to the The way to get around this is to look at the For more info, look at the docs for |
|||||||||||||
|