I wanted to change the color of minus button and delete button of UITableViewCell when click on edit button or swiping UITableView rows. I have imp
UITableViewCell
UITableView
Not possible using public API.
For the delete button, you can use a custom implementation, such as SWTableViewCell, to change the color of the button, as well as add others.