The iOS Disclosure Indicator changed appearance in ios7; it's now a faded grey. Unfortunately, my app has a lot of pages (more than 100) with different sections and background colors. On ios6, there is no problem, but on ios7 the new disclosure indicator is not visible on the background of some sections.
I need a solution, because I don't have the time to change more than 100 page background, and even if I did, if the color disclosure indicator looks okay in ios7, it's not in ios6, and vice-versa.
Set the
tintColor
of the table view. This will color the disclosure indicator on the cells.Note that the
tintColor
property is only available under iOS 7 so code it properly: