Change disclosure indicator color on cell selection

前端 未结 7 1810
甜味超标
甜味超标 2021-01-12 01:44

I\'ve read some posts on this, but still can\'t get the answer to my question.

I have a disclosure indicator. \"

7条回答
  •  说谎
    说谎 (楼主)
    2021-01-12 02:17

    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.

提交回复
热议问题