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?
You can't change the default accessory disclosure view , But you could consider implementation Custom Accessory View
in UITableView
.
Follow the below blog post.