Search code examples
iphonecocoa-touchuitableviewaccessoryview

Change stock button image color


I would like to change the color of the default accessory disclosure view... the ( > ) in a table cell. I cant seem to do it in code so is it possible to get apple's image and adjust the colors in gimp?


Solution

  • You can't change the default accessory disclosure view , But you could consider implementation Custom Accessory View in UITableView.

    Follow the below blog post.

    Implement a Custom Accessory View For UITableView in iPhone