UITableView cell accessory do not respect tint color

Hi!


Prior to iOS 13 it was possible to change the color of the table cells accessory (disclosure indicator, sort indicator, ...) by setting the table or cell tintColor.

Unfortunately in iOS 13 (beta 7) this no longer works. I'm not sure if it's a bug or a new behavior.

Does anyone know how to change the color of the table cells accessory in iOS 13?


Thank you


Alan

Replies

Hi DaleOne,


Can you provide an code snippet or sample to verify.


Thanks,

Pallam Madhukar

Same here... It works as expected on iOS 12.4.

Hi pallam!


Just create a new project.

Add a table view controller in the storyboard with a static cell with a disclosure indicator accessory.

Try to change the tint color of the table or the cell.

The accessory will always remain gray regardless of the chosen tint color.


Regards


Alan

Unfortunately the problem is still present in beta 8.

😟

Still here on iOS 13.1. I put a custom image as accessoryView instead as a quick fix ...