views:

57

answers:

1

I have a UITableView with the editingAccessoryType set to UITableViewCellAccessoryDisclosureIndicator. The result is this:

alt text

It works, but I have a custom background, and therefore a custom separator color. However, the divider between the rearrange control and the accessory is set to the same standard table view separator color. Is there any way to change this?

A: 

You want to change the color of disclosure indicator and the rearrange control, I guess, but there is no documented way to do that.

In my opinion you should use the images for this. Have the images of desired color and paste them in place where you want to add them.

Hope this helps.

Thanks,

Madhup

Madhup
I don't want to change the color of the controls, just the divider line.
macatomy