Is there a constant that returns the secondary background color of a UITableView
with style "grouped" ? That's the gray color here :
I've tried UIColor.groupTableViewBackgroundColor
but it returns apparently the background color of the rows (light gray), not of the secondary background color (gray).