I have a cell where the accessory type is set to a disclosure indicator via:
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
Now when selected, it turns white as per default.
Because I have changed the default selection style/view via the cell’s ‘backgroundView’ and ‘selectedBackgroundView’ properties, I want the disclosure indicator to stay gray as it will look better.
Is there an easy way to do this without having to create a custom disclosure indicator image and adding this to the cell?
Try this link:Custom colored disclosure indicators