tags:

views:

595

answers:

1

Is it possible to change the color of the disclosure accessory (the arrow on the right side of a table view)? If so, how?

+2  A: 

No, what you need to do is create your own (I use a graphic file in a UIImageView) and put it in your UITableViewCell's accessory view.

Brad Smith
ok, that's what I feared :)
pjb3