I\'ve read some posts on this, but still can\'t get the answer to my question.
I have a disclosure indicator.
I was facing the same problem and found even you're struggling with this...though its quite late answer but i sorted out my issue by writing the following line,
cell.selectionStyle = UITableViewCellSelectionStyleNone;
it stopped accessory type UITableViewCellAccessoryDisclosureIndicator from being white when selected.
Hope this helped.