Which is the best way to change the color/view of disclosure indicator accessory view in a table view cell in iOS?
问题 I need to change the color of the disclosureIndicatorView accessory in a UITableViewCell . I think there are two ways to get this done, but I'm not able to figure out which one's the optimum. So here is what I think I can do. There is a property of UITableViewCell - accessoryView . So I can use setAccessoryView:(UIView *)view and pass view as the UIImageView holding the image that I want. I have written an utility class which creates the content view (stuff like background color, adding other