I have set background colors for all my UITableViewCells. However, when I click my UIBarButtonItem “edit”, the delete and the draggable icons distort the background color, making white background behind them. Is there any way around this? I can show code if necessary, but this seems like a pretty straightforward question.
I have set background colors for all my UITableViewCells. However, when I click my
Share
This is the default behavior of the
uitableviewcellsin the editing mode. Try setting the background color for your tableViewCells again inIf needed, try setting your background color as your property so that you can set it up here.