I've been searching all around and I can't find it.
What is the UITableView grouped background color in iOS7
in RGB?
If you mean the grey color as seen here:
It's
#EFEFF4 or rgb(239, 239, 244)
Get the color programmatically with:
UIColor.groupTableViewBackground
This way you will always have the same color as the grouped table view - even if Apple change it slightly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With